Html Css Color HEX #638409 Olive Drab

📋 copy color: '#638409'

red 99 ◦ green 132 ◦ blue 9

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

Shades of Olive Drab #638409

Tints of Olive Drab #638409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55%

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

R = 41.25%
G = 55%
B = 3.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#638409 (or 0x638409) is known color: Olive Drab. HEX triplet: 63, 84 and 09. RGB value is (99,132,9). Sum of RGB (Red+Green+Blue) = 99+132+9=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #638409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638409 is #9C7BF6. Grayscale: #6C6C6C. Windows color (decimal): -10255351 or 623715. OLE color: 623715.

HSL color Cylindrical-coordinate representation of color #638409: hue angle of 76.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #638409 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 9 -
CMYK 0.25 0 0.93 0.48
HSL 76.1º 0.87% 0.28% -
HSV(B) 76.1º 0.93% 0.52% -
XYZ 13.45 19.17 3.25 -
YUV 108.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 99 132 9 0.25 0 0.93 0.48 76.1 0.87 0.28
Hex 63 84 9 19 0 5D 30 4C 57 1C
Octal 143 204 11 31 0 135 60 114 127 34
Binary 1100011 10000100 1001 11001 0 1011101 110000 1001100 1010111 11100

Color Harmonies of #638409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638409

Black with #638409

Text Example


Text Example

White with #638409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638409; }

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

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

background-color css

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

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

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

border-color css

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

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

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