Html Css Color HEX #639200 Olive Drab

📋 copy color: '#639200'

red 99 ◦ green 146 ◦ blue 0

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

Shades of Olive Drab #639200

Tints of Olive Drab #639200

RGB

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

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

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

R = 40.41%
G = 59.59%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#639200 (or 0x639200) is known color: Olive Drab. HEX triplet: 63, 92 and 00. RGB value is (99,146,0). Sum of RGB (Red+Green+Blue) = 99+146+0=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #639200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639200 is #9C6DFF. Grayscale: #737373. Windows color (decimal): -10251776 or 37475. OLE color: 37475.

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

Color convert

RGB 99 146 0 -
CMYK 0.32 0 1 0.43
HSL 79.32º 1% 0.29% -
HSV(B) 79.32º 1% 0.57% -
XYZ 15.42 23.21 3.67 -
YUV 115.3 62.93 116.37 -
System Red Green Blue C M Y K H S L
Decimal 99 146 0 0.32 0 1 0.43 79.32 1 0.29
Hex 63 92 0 20 0 64 2B 4F 64 1D
Octal 143 222 0 40 0 144 53 117 144 35
Binary 1100011 10010010 0 100000 0 1100100 101011 1001111 1100100 11101

Color Harmonies of #639200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639200

Black with #639200

Text Example


Text Example

White with #639200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639200; }

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

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

background-color css

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

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

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

border-color css

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

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

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