Html Css Color HEX #639202 Olive Drab

📋 copy color: '#639202'

red 99 ◦ green 146 ◦ blue 2

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

Shades of Olive Drab #639202

Tints of Olive Drab #639202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 59.11%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 40.08%
G = 59.11%
B = 0.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#639202 (or 0x639202) is known color: Olive Drab. HEX triplet: 63, 92 and 02. RGB value is (99,146,2). Sum of RGB (Red+Green+Blue) = 99+146+2=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #639202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639202 is #9C6DFD. Grayscale: #747474. Windows color (decimal): -10251774 or 168547. OLE color: 168547.

HSL color Cylindrical-coordinate representation of color #639202: hue angle of 79.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #639202 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 2 -
CMYK 0.32 0 0.99 0.43
HSL 79.58º 0.97% 0.29% -
HSV(B) 79.58º 0.99% 0.57% -
XYZ 15.44 23.21 3.72 -
YUV 115.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 99 146 2 0.32 0 0.99 0.43 79.58 0.97 0.29
Hex 63 92 2 20 0 63 2B 50 61 1D
Octal 143 222 2 40 0 143 53 120 141 35
Binary 1100011 10010010 10 100000 0 1100011 101011 1010000 1100001 11101

Color Harmonies of #639202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639202

Black with #639202

Text Example


Text Example

White with #639202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639202; }

 p { color: rgb(99,146,2); }

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

background-color css

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

 a { background-color: rgb(99,146,2); }

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

border-color css

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

 span { border-color: rgb(99,146,2); }

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