#68B80C

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

Shades of Christi #68B80C

Tints of Christi #68B80C

Color information

#68B80C (or 0x68B80C) is unknown color: approx Christi. HEX triplet: 68, B8 and 0C. RGB value is (104,184,12). Sum of RGB (Red+Green+Blue) = 104+184+12=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #68B80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B80C is #9747F3. Grayscale: #8D8D8D. Windows color (decimal): -9914356 or 833640. OLE color: 833640.

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

Color convert

RGB10418412-
CMYK0.4300.930.28
HSL87.91º87.76%38.43%-
HSV(B)87.91º93.48%72.16%-
XYZ22.9237.256.33-
YUV140.4755.5101.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 184 (72.27% from 255) = 61.33%
BLUE value IS 12 (5.08% from 255) = 4%
R=34.67%
G=61.33%
B=4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal104184120.4300.930.2887.9187.7638.43
Hex68B8C2B05D1C585826
Octal150270145301353413013046
Binary1101000101110001100101011010111011110010110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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