Html Css Color HEX #66AD07 Christi

📋 copy color: '#66AD07'

red 102 ◦ green 173 ◦ blue 7

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

Shades of Christi #66AD07

Tints of Christi #66AD07

RGB

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

 GREEN value IS 173 (67.97% from 255) = 61.35%

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

R = 36.17%
G = 61.35%
B = 2.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#66AD07 (or 0x66AD07) is known color: Christi. HEX triplet: 66, AD and 07. RGB value is (102,173,7). Sum of RGB (Red+Green+Blue) = 102+173+7=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AD07 is #9952F8. Grayscale: #858585. Windows color (decimal): -10048249 or 503142. OLE color: 503142.

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

Color convert

RGB 102 173 7 -
CMYK 0.41 0 0.96 0.32
HSL 85.66º 0.92% 0.35% -
HSV(B) 85.66º 0.96% 0.68% -
XYZ 20.46 32.73 5.44 -
YUV 132.85 56.98 106 -
System Red Green Blue C M Y K H S L
Decimal 102 173 7 0.41 0 0.96 0.32 85.66 0.92 0.35
Hex 66 AD 7 29 0 60 20 56 5C 23
Octal 146 255 7 51 0 140 40 126 134 43
Binary 1100110 10101101 111 101001 0 1100000 100000 1010110 1011100 100011

Color Harmonies of #66AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD07

Black with #66AD07

Text Example


Text Example

White with #66AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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