Html Css Color HEX #639406 Olive Drab

📋 copy color: '#639406'

red 99 ◦ green 148 ◦ blue 6

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

Shades of Olive Drab #639406

Tints of Olive Drab #639406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.5%

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 39.13%
G = 58.5%
B = 2.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#639406 (or 0x639406) is known color: Olive Drab. HEX triplet: 63, 94 and 06. RGB value is (99,148,6). Sum of RGB (Red+Green+Blue) = 99+148+6=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #639406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639406 is #9C6BF9. Grayscale: #757575. Windows color (decimal): -10251258 or 431203. OLE color: 431203.

HSL color Cylindrical-coordinate representation of color #639406: hue angle of 80.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #639406 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 6 -
CMYK 0.33 0 0.96 0.42
HSL 80.7º 0.92% 0.3% -
HSV(B) 80.7º 0.96% 0.58% -
XYZ 15.77 23.85 3.94 -
YUV 117.16 65.27 115.05 -
System Red Green Blue C M Y K H S L
Decimal 99 148 6 0.33 0 0.96 0.42 80.7 0.92 0.3
Hex 63 94 6 21 0 60 2A 51 5C 1E
Octal 143 224 6 41 0 140 52 121 134 36
Binary 1100011 10010100 110 100001 0 1100000 101010 1010001 1011100 11110

Color Harmonies of #639406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639406

Black with #639406

Text Example


Text Example

White with #639406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639406; }

 p { color: rgb(99,148,6); }

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

background-color css

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

 a { background-color: rgb(99,148,6); }

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

border-color css

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

 span { border-color: rgb(99,148,6); }

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