Html Css Color HEX #639900 Christi

📋 copy color: '#639900'

red 99 ◦ green 153 ◦ blue 0

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

Shades of Christi #639900

Tints of Christi #639900

RGB

 RED value IS 99 (39.06% from 255) = 39.29%

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

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

R = 39.29%
G = 60.71%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#639900 (or 0x639900) is known color: Christi. HEX triplet: 63, 99 and 00. RGB value is (99,153,0). Sum of RGB (Red+Green+Blue) = 99+153+0=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 153 (60.16% from 255 or 60.71% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 153 - color contains mainly: green. Hex color #639900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639900 is #9C66FF. Grayscale: #777777. Windows color (decimal): -10249984 or 39267. OLE color: 39267.

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

Color convert

RGB 99 153 0 -
CMYK 0.35 0 1 0.4
HSL 81.18º 1% 0.3% -
HSV(B) 81.18º 1% 0.6% -
XYZ 16.54 25.44 4.04 -
YUV 119.41 60.61 113.44 -
System Red Green Blue C M Y K H S L
Decimal 99 153 0 0.35 0 1 0.4 81.18 1 0.3
Hex 63 99 0 23 0 64 28 51 64 1E
Octal 143 231 0 43 0 144 50 121 144 36
Binary 1100011 10011001 0 100011 0 1100100 101000 1010001 1100100 11110

Color Harmonies of #639900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639900

Black with #639900

Text Example


Text Example

White with #639900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639900; }

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

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

background-color css

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

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

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

border-color css

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

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

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