Html Css Color HEX #638814 Olive Drab

📋 copy color: '#638814'

red 99 ◦ green 136 ◦ blue 20

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

Shades of Olive Drab #638814

Tints of Olive Drab #638814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 38.82%
G = 53.33%
B = 7.84%

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

#638814 (or 0x638814) is known color: Olive Drab. HEX triplet: 63, 88 and 14. RGB value is (99,136,20). Sum of RGB (Red+Green+Blue) = 99+136+20=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #638814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638814 is #9C77EB. Grayscale: #707070. Windows color (decimal): -10254316 or 1345635. OLE color: 1345635.

HSL color Cylindrical-coordinate representation of color #638814: hue angle of 79.14º degrees, saturation: 0.74, 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 #638814 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 20 -
CMYK 0.27 0 0.85 0.47
HSL 79.14º 0.74% 0.31% -
HSV(B) 79.14º 0.85% 0.53% -
XYZ 14.08 20.31 3.84 -
YUV 111.71 76.24 118.93 -
System Red Green Blue C M Y K H S L
Decimal 99 136 20 0.27 0 0.85 0.47 79.14 0.74 0.31
Hex 63 88 14 1B 0 55 2F 4F 4A 1F
Octal 143 210 24 33 0 125 57 117 112 37
Binary 1100011 10001000 10100 11011 0 1010101 101111 1001111 1001010 11111

Color Harmonies of #638814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638814

Black with #638814

Text Example


Text Example

White with #638814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638814; }

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

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

background-color css

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

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

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

border-color css

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

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

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