#68B800

Color #68B800 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68B800

Tints of Christi #68B800

Color information

#68B800 (or 0x68B800) is unknown color: approx Christi. HEX triplet: 68, B8 and 00. RGB value is (104,184,0). Sum of RGB (Red+Green+Blue) = 104+184+0=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #68B800 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B800 is #9747FF. Grayscale: #8B8B8B. Windows color (decimal): -9914368 or 47208. OLE color: 47208.

HSL color Cylindrical-coordinate representation of color #68B800: hue angle of 86.09º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68B800 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1041840-
CMYK0.43010.28
HSL86.09º100%36.08%-
HSV(B)86.09º100%72.16%-
XYZ22.8537.225.98-
YUV139.149.5102.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 184 (72.27% from 255) = 63.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.11%
G=63.89%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10418400.43010.2886.0910036.08
Hex68B802B0641C566424
Octal15027005301443412614444
Binary1101000101110000101011011001001110010101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B800; }

 p { color: rgb(104,184,0); }

 H1.HeaderClassName
 {
   color: #68B800;
 }
 .AnyTagClassName
 {
   color: #68B800;
 }
</style>
background-color css

<style>
 a { background-color: #68B800; }

 a { background-color: rgb(104,184,0); }

 div.DivClassName
 {
   background-color: #68B800;
 }
 .BgClassName
 {
   background-color: #68B800;
 }
</style>
border-color css

<style>
 span { border-color: #68B800; }

 span { border-color: rgb(104,184,0); }

 td.TdClassName
 {
   border-color: #68B800;
 }
 .TagClassName
 {
   border-color: #68B800;
 }
</style>