Html Css Color HEX #638815 Olive Drab

📋 copy color: '#638815'

red 99 ◦ green 136 ◦ blue 21

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

Shades of Olive Drab #638815

Tints of Olive Drab #638815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 38.67%
G = 53.13%
B = 8.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#638815 (or 0x638815) is known color: Olive Drab. HEX triplet: 63, 88 and 15. RGB value is (99,136,21). Sum of RGB (Red+Green+Blue) = 99+136+21=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #638815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638815 is #9C77EA. Grayscale: #707070. Windows color (decimal): -10254315 or 1411171. OLE color: 1411171.

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

Color convert

RGB 99 136 21 -
CMYK 0.27 0 0.85 0.47
HSL 79.3º 0.73% 0.31% -
HSV(B) 79.3º 0.85% 0.53% -
XYZ 14.09 20.32 3.89 -
YUV 111.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 99 136 21 0.27 0 0.85 0.47 79.3 0.73 0.31
Hex 63 88 15 1B 0 55 2F 4F 49 1F
Octal 143 210 25 33 0 125 57 117 111 37
Binary 1100011 10001000 10101 11011 0 1010101 101111 1001111 1001001 11111

Color Harmonies of #638815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638815

Black with #638815

Text Example


Text Example

White with #638815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638815; }

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

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

background-color css

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

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

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

border-color css

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

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

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