Html Css Color HEX #638804 Olive Drab

📋 copy color: '#638804'

red 99 ◦ green 136 ◦ blue 4

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

Shades of Olive Drab #638804

Tints of Olive Drab #638804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 41.42%
G = 56.9%
B = 1.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#638804 (or 0x638804) is known color: Olive Drab. HEX triplet: 63, 88 and 04. RGB value is (99,136,4). Sum of RGB (Red+Green+Blue) = 99+136+4=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #638804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638804 is #9C77FB. Grayscale: #6E6E6E. Windows color (decimal): -10254332 or 297059. OLE color: 297059.

HSL color Cylindrical-coordinate representation of color #638804: hue angle of 76.82º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #638804 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 4 -
CMYK 0.27 0 0.97 0.47
HSL 76.82º 0.94% 0.27% -
HSV(B) 76.82º 0.97% 0.53% -
XYZ 13.97 20.27 3.29 -
YUV 109.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 99 136 4 0.27 0 0.97 0.47 76.82 0.94 0.27
Hex 63 88 4 1B 0 61 2F 4D 5E 1B
Octal 143 210 4 33 0 141 57 115 136 33
Binary 1100011 10001000 100 11011 0 1100001 101111 1001101 1011110 11011

Color Harmonies of #638804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638804

Black with #638804

Text Example


Text Example

White with #638804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638804; }

 p { color: rgb(99,136,4); }

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

background-color css

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

 a { background-color: rgb(99,136,4); }

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

border-color css

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

 span { border-color: rgb(99,136,4); }

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