Html Css Color HEX #638E14 Olive Drab

📋 copy color: '#638E14'

red 99 ◦ green 142 ◦ blue 20

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

Shades of Olive Drab #638E14

Tints of Olive Drab #638E14

RGB

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

 GREEN value IS 142 (55.86% from 255) = 54.41%

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

R = 37.93%
G = 54.41%
B = 7.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#638E14 (or 0x638E14) is known color: Olive Drab. HEX triplet: 63, 8E and 14. RGB value is (99,142,20). Sum of RGB (Red+Green+Blue) = 99+142+20=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #638E14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638E14 is #9C71EB. Grayscale: #737373. Windows color (decimal): -10252780 or 1347171. OLE color: 1347171.

HSL color Cylindrical-coordinate representation of color #638E14: hue angle of 81.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #638E14 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 142 20 -
CMYK 0.30 0 0.86 0.44
HSL 81.15º 0.75% 0.32% -
HSV(B) 81.15º 0.86% 0.56% -
XYZ 14.94 22.05 4.13 -
YUV 115.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 99 142 20 0.30 0 0.86 0.44 81.15 0.75 0.32
Hex 63 8E 14 1E 0 56 2C 51 4B 20
Octal 143 216 24 36 0 126 54 121 113 40
Binary 1100011 10001110 10100 11110 0 1010110 101100 1010001 1001011 100000

Color Harmonies of #638E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E14

Black with #638E14

Text Example


Text Example

White with #638E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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