#66B80D

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

Shades of Christi #66B80D

Tints of Christi #66B80D

Color information

#66B80D (or 0x66B80D) is unknown color: approx Christi. HEX triplet: 66, B8 and 0D. RGB value is (102,184,13). Sum of RGB (Red+Green+Blue) = 102+184+13=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 184 (72.27% from 255 or 61.54% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 184 - color contains mainly: green. Hex color #66B80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66B80D is #9947F2. Grayscale: #8C8C8C. Windows color (decimal): -10045427 or 899174. OLE color: 899174.

HSL color Cylindrical-coordinate representation of color #66B80D: hue angle of 88.77º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66B80D is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB10218413-
CMYK0.4500.930.28
HSL88.77º86.8%38.63%-
HSV(B)88.77º92.93%72.16%-
XYZ22.6937.136.35-
YUV139.9956.33100.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 184 (72.27% from 255) = 61.54%
BLUE value IS 13 (5.47% from 255) = 4.35%
R=34.11%
G=61.54%
B=4.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102184130.4500.930.2888.7786.838.63
Hex66B8D2D05D1C595727
Octal146270155501353413112747
Binary1100110101110001101101101010111011110010110011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B80D; }

 p { color: rgb(102,184,13); }

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

<style>
 a { background-color: #66B80D; }

 a { background-color: rgb(102,184,13); }

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

<style>
 span { border-color: #66B80D; }

 span { border-color: rgb(102,184,13); }

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