Html Css Color HEX #669C11 Christi

📋 copy color: '#669C11'

red 102 ◦ green 156 ◦ blue 17

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

Shades of Christi #669C11

Tints of Christi #669C11

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.73%

 BLUE value IS 17 (7.03% from 255) = 6.18%

R = 37.09%
G = 56.73%
B = 6.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#669C11 (or 0x669C11) is known color: Christi. HEX triplet: 66, 9C and 11. RGB value is (102,156,17). Sum of RGB (Red+Green+Blue) = 102+156+17=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #669C11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669C11 is #9963EE. Grayscale: #7C7C7C. Windows color (decimal): -10052591 or 1154150. OLE color: 1154150.

HSL color Cylindrical-coordinate representation of color #669C11: hue angle of 83.31º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #669C11 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 156 17 -
CMYK 0.35 0 0.89 0.39
HSL 83.31º 0.8% 0.34% -
HSV(B) 83.31º 0.89% 0.61% -
XYZ 17.47 26.64 4.75 -
YUV 124.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 102 156 17 0.35 0 0.89 0.39 83.31 0.8 0.34
Hex 66 9C 11 23 0 59 27 53 50 22
Octal 146 234 21 43 0 131 47 123 120 42
Binary 1100110 10011100 10001 100011 0 1011001 100111 1010011 1010000 100010

Color Harmonies of #669C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C11

Black with #669C11

Text Example


Text Example

White with #669C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669C11; }

 p { color: rgb(102,156,17); }

 H1.HeaderClassName
 {
   color: #669C11;
 }
 .AnyTagClassName
 {
   color: #669C11;
 }
</style>

background-color css

<style>
 a { background-color: #669C11; }

 a { background-color: rgb(102,156,17); }

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

border-color css

<style>
 span { border-color: #669C11; }

 span { border-color: rgb(102,156,17); }

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