Html Css Color HEX #638810 Olive Drab

📋 copy color: '#638810'

red 99 ◦ green 136 ◦ blue 16

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

Shades of Olive Drab #638810

Tints of Olive Drab #638810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 39.44%
G = 54.18%
B = 6.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#638810 (or 0x638810) is known color: Olive Drab. HEX triplet: 63, 88 and 10. RGB value is (99,136,16). Sum of RGB (Red+Green+Blue) = 99+136+16=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #638810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638810 is #9C77EF. Grayscale: #6F6F6F. Windows color (decimal): -10254320 or 1083491. OLE color: 1083491.

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

Color convert

RGB 99 136 16 -
CMYK 0.27 0 0.88 0.47
HSL 78.5º 0.79% 0.3% -
HSV(B) 78.5º 0.88% 0.53% -
XYZ 14.04 20.3 3.67 -
YUV 111.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 99 136 16 0.27 0 0.88 0.47 78.5 0.79 0.3
Hex 63 88 10 1B 0 58 2F 4E 4F 1E
Octal 143 210 20 33 0 130 57 116 117 36
Binary 1100011 10001000 10000 11011 0 1011000 101111 1001110 1001111 11110

Color Harmonies of #638810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638810

Black with #638810

Text Example


Text Example

White with #638810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638810; }

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

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

background-color css

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

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

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

border-color css

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

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

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