Html Css Color HEX #639409 Olive Drab

📋 copy color: '#639409'

red 99 ◦ green 148 ◦ blue 9

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

Shades of Olive Drab #639409

Tints of Olive Drab #639409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 38.67%
G = 57.81%
B = 3.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#639409 (or 0x639409) is known color: Olive Drab. HEX triplet: 63, 94 and 09. RGB value is (99,148,9). Sum of RGB (Red+Green+Blue) = 99+148+9=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #639409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639409 is #9C6BF6. Grayscale: #767676. Windows color (decimal): -10251255 or 627811. OLE color: 627811.

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

Color convert

RGB 99 148 9 -
CMYK 0.33 0 0.94 0.42
HSL 81.15º 0.89% 0.31% -
HSV(B) 81.15º 0.94% 0.58% -
XYZ 15.78 23.85 4.03 -
YUV 117.5 66.77 114.8 -
System Red Green Blue C M Y K H S L
Decimal 99 148 9 0.33 0 0.94 0.42 81.15 0.89 0.31
Hex 63 94 9 21 0 5E 2A 51 59 1F
Octal 143 224 11 41 0 136 52 121 131 37
Binary 1100011 10010100 1001 100001 0 1011110 101010 1010001 1011001 11111

Color Harmonies of #639409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639409

Black with #639409

Text Example


Text Example

White with #639409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639409; }

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

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

background-color css

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

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

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

border-color css

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

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

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