Html Css Color HEX #669900 Christi

📋 copy color: '#669900'

red 102 ◦ green 153 ◦ blue 0

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

Shades of Christi #669900

Tints of Christi #669900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 60%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40%
G = 60%
B = 0%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#669900 (or 0x669900) is known color: Christi. HEX triplet: 66, 99 and 00. RGB value is (102,153,0). Sum of RGB (Red+Green+Blue) = 102+153+0=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #669900 is a web safe color. Inversed color of #669900 is #9966FF. Grayscale: #787878. Windows color (decimal): -10053376 or 39270. OLE color: 39270.

HSL color Cylindrical-coordinate representation of color #669900: hue angle of 80º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #669900 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 0 -
CMYK 0.33 0 1 0.4
HSL 80º 1% 0.3% -
HSV(B) 80º 1% 0.6% -
XYZ 16.87 25.61 4.05 -
YUV 120.31 60.1 114.94 -
System Red Green Blue C M Y K H S L
Decimal 102 153 0 0.33 0 1 0.4 80 1 0.3
Hex 66 99 0 21 0 64 28 50 64 1E
Octal 146 231 0 41 0 144 50 120 144 36
Binary 1100110 10011001 0 100001 0 1100100 101000 1010000 1100100 11110

Color Harmonies of #669900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669900

Black with #669900

Text Example


Text Example

White with #669900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669900; }

 p { color: rgb(102,153,0); }

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

background-color css

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

 a { background-color: rgb(102,153,0); }

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

border-color css

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

 span { border-color: rgb(102,153,0); }

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