Html Css Color HEX #609900 Christi

📋 copy color: '#609900'

red 96 ◦ green 153 ◦ blue 0

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

Shades of Christi #609900

Tints of Christi #609900

RGB

 RED value IS 96 (37.89% from 255) = 38.55%

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

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

R = 38.55%
G = 61.45%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#609900 (or 0x609900) is known color: Christi. HEX triplet: 60, 99 and 00. RGB value is (96,153,0). Sum of RGB (Red+Green+Blue) = 96+153+0=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #609900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609900 is #9F66FF. Grayscale: #777777. Windows color (decimal): -10446592 or 39264. OLE color: 39264.

HSL color Cylindrical-coordinate representation of color #609900: hue angle of 82.35º 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 #609900 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 153 0 -
CMYK 0.37 0 1 0.4
HSL 82.35º 1% 0.3% -
HSV(B) 82.35º 1% 0.6% -
XYZ 16.22 25.27 4.02 -
YUV 118.52 61.12 111.94 -
System Red Green Blue C M Y K H S L
Decimal 96 153 0 0.37 0 1 0.4 82.35 1 0.3
Hex 60 99 0 25 0 64 28 52 64 1E
Octal 140 231 0 45 0 144 50 122 144 36
Binary 1100000 10011001 0 100101 0 1100100 101000 1010010 1100100 11110

Color Harmonies of #609900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609900

Black with #609900

Text Example


Text Example

White with #609900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609900; }

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

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

background-color css

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

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

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

border-color css

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

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

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