Html Css Color HEX #638014 Olive Drab

📋 copy color: '#638014'

red 99 ◦ green 128 ◦ blue 20

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

Shades of Olive Drab #638014

Tints of Olive Drab #638014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

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

R = 40.08%
G = 51.82%
B = 8.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#638014 (or 0x638014) is known color: Olive Drab. HEX triplet: 63, 80 and 14. RGB value is (99,128,20). Sum of RGB (Red+Green+Blue) = 99+128+20=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #638014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638014 is #9C7FEB. Grayscale: #6B6B6B. Windows color (decimal): -10256364 or 1343587. OLE color: 1343587.

HSL color Cylindrical-coordinate representation of color #638014: hue angle of 76.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #638014 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 20 -
CMYK 0.23 0 0.84 0.50
HSL 76.11º 0.73% 0.29% -
HSV(B) 76.11º 0.84% 0.5% -
XYZ 12.99 18.14 3.48 -
YUV 107.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 99 128 20 0.23 0 0.84 0.50 76.11 0.73 0.29
Hex 63 80 14 17 0 54 32 4C 49 1D
Octal 143 200 24 27 0 124 62 114 111 35
Binary 1100011 10000000 10100 10111 0 1010100 110010 1001100 1001001 11101

Color Harmonies of #638014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638014

Black with #638014

Text Example


Text Example

White with #638014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638014; }

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

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

background-color css

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

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

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

border-color css

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

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

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