Html Css Color HEX #66AB07 Christi

📋 copy color: '#66AB07'

red 102 ◦ green 171 ◦ blue 7

#66AB07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #66AB07

Tints of Christi #66AB07

RGB

 RED value IS 102 (40.23% from 255) = 36.43%

 GREEN value IS 171 (67.19% from 255) = 61.07%

 BLUE value IS 7 (3.13% from 255) = 2.5%

R = 36.43%
G = 61.07%
B = 2.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#66AB07 (or 0x66AB07) is known color: Christi. HEX triplet: 66, AB and 07. RGB value is (102,171,7). Sum of RGB (Red+Green+Blue) = 102+171+7=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AB07 is #9954F8. Grayscale: #848484. Windows color (decimal): -10048761 or 502630. OLE color: 502630.

HSL color Cylindrical-coordinate representation of color #66AB07: hue angle of 85.24º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66AB07 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 7 -
CMYK 0.40 0 0.96 0.33
HSL 85.24º 0.92% 0.35% -
HSV(B) 85.24º 0.96% 0.67% -
XYZ 20.08 31.97 5.31 -
YUV 131.67 57.64 106.84 -
System Red Green Blue C M Y K H S L
Decimal 102 171 7 0.40 0 0.96 0.33 85.24 0.92 0.35
Hex 66 AB 7 28 0 60 21 55 5C 23
Octal 146 253 7 50 0 140 41 125 134 43
Binary 1100110 10101011 111 101000 0 1100000 100001 1010101 1011100 100011

Color Harmonies of #66AB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB07

Black with #66AB07

Text Example


Text Example

White with #66AB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,171,7); }

 H1.HeaderClassName
 {
   color: #66AB07;
 }
 .AnyTagClassName
 {
   color: #66AB07;
 }
</style>

background-color css

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

 a { background-color: rgb(102,171,7); }

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

border-color css

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

 span { border-color: rgb(102,171,7); }

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