Html Css Color HEX #639603 Olive Drab

📋 copy color: '#639603'

red 99 ◦ green 150 ◦ blue 3

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

Shades of Olive Drab #639603

Tints of Olive Drab #639603

RGB

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

 GREEN value IS 150 (58.98% from 255) = 59.52%

 BLUE value IS 3 (1.56% from 255) = 1.19%

R = 39.29%
G = 59.52%
B = 1.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#639603 (or 0x639603) is known color: Olive Drab. HEX triplet: 63, 96 and 03. RGB value is (99,150,3). Sum of RGB (Red+Green+Blue) = 99+150+3=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #639603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639603 is #9C69FC. Grayscale: #767676. Windows color (decimal): -10250749 or 235107. OLE color: 235107.

HSL color Cylindrical-coordinate representation of color #639603: hue angle of 80.82º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #639603 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 3 -
CMYK 0.34 0 0.98 0.41
HSL 80.82º 0.96% 0.3% -
HSV(B) 80.82º 0.98% 0.59% -
XYZ 16.07 24.47 3.96 -
YUV 117.99 63.1 114.45 -
System Red Green Blue C M Y K H S L
Decimal 99 150 3 0.34 0 0.98 0.41 80.82 0.96 0.3
Hex 63 96 3 22 0 62 29 51 60 1E
Octal 143 226 3 42 0 142 51 121 140 36
Binary 1100011 10010110 11 100010 0 1100010 101001 1010001 1100000 11110

Color Harmonies of #639603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639603

Black with #639603

Text Example


Text Example

White with #639603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639603; }

 p { color: rgb(99,150,3); }

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

background-color css

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

 a { background-color: rgb(99,150,3); }

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

border-color css

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

 span { border-color: rgb(99,150,3); }

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