Html Css Color HEX #639405 Olive Drab

📋 copy color: '#639405'

red 99 ◦ green 148 ◦ blue 5

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

Shades of Olive Drab #639405

Tints of Olive Drab #639405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 39.29%
G = 58.73%
B = 1.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#639405 (or 0x639405) is known color: Olive Drab. HEX triplet: 63, 94 and 05. RGB value is (99,148,5). Sum of RGB (Red+Green+Blue) = 99+148+5=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #639405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639405 is #9C6BFA. Grayscale: #757575. Windows color (decimal): -10251259 or 365667. OLE color: 365667.

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

Color convert

RGB 99 148 5 -
CMYK 0.33 0 0.97 0.42
HSL 80.56º 0.93% 0.3% -
HSV(B) 80.56º 0.97% 0.58% -
XYZ 15.76 23.84 3.92 -
YUV 117.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 99 148 5 0.33 0 0.97 0.42 80.56 0.93 0.3
Hex 63 94 5 21 0 61 2A 51 5D 1E
Octal 143 224 5 41 0 141 52 121 135 36
Binary 1100011 10010100 101 100001 0 1100001 101010 1010001 1011101 11110

Color Harmonies of #639405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639405

Black with #639405

Text Example


Text Example

White with #639405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639405; }

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

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

background-color css

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

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

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

border-color css

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

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

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