Html Css Color HEX #639314 Olive Drab

📋 copy color: '#639314'

red 99 ◦ green 147 ◦ blue 20

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

Shades of Olive Drab #639314

Tints of Olive Drab #639314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.26%

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

R = 37.22%
G = 55.26%
B = 7.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#639314 (or 0x639314) is known color: Olive Drab. HEX triplet: 63, 93 and 14. RGB value is (99,147,20). Sum of RGB (Red+Green+Blue) = 99+147+20=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #639314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639314 is #9C6CEB. Grayscale: #767676. Windows color (decimal): -10251500 or 1348451. OLE color: 1348451.

HSL color Cylindrical-coordinate representation of color #639314: hue angle of 82.68º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #639314 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 20 -
CMYK 0.33 0 0.86 0.42
HSL 82.68º 0.76% 0.33% -
HSV(B) 82.68º 0.86% 0.58% -
XYZ 15.71 23.57 4.38 -
YUV 118.17 72.6 114.33 -
System Red Green Blue C M Y K H S L
Decimal 99 147 20 0.33 0 0.86 0.42 82.68 0.76 0.33
Hex 63 93 14 21 0 56 2A 53 4C 21
Octal 143 223 24 41 0 126 52 123 114 41
Binary 1100011 10010011 10100 100001 0 1010110 101010 1010011 1001100 100001

Color Harmonies of #639314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639314

Black with #639314

Text Example


Text Example

White with #639314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639314; }

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

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

background-color css

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

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

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

border-color css

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

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

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