Html Css Color HEX #639414 Olive Drab

📋 copy color: '#639414'

red 99 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #639414

Tints of Olive Drab #639414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.43%

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

R = 37.08%
G = 55.43%
B = 7.49%

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

#639414 (or 0x639414) is known color: Olive Drab. HEX triplet: 63, 94 and 14. RGB value is (99,148,20). Sum of RGB (Red+Green+Blue) = 99+148+20=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #639414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639414 is #9C6BEB. Grayscale: #777777. Windows color (decimal): -10251244 or 1348707. OLE color: 1348707.

HSL color Cylindrical-coordinate representation of color #639414: hue angle of 82.97º 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 #639414 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 20 -
CMYK 0.33 0 0.86 0.42
HSL 82.97º 0.76% 0.33% -
HSV(B) 82.97º 0.86% 0.58% -
XYZ 15.86 23.88 4.44 -
YUV 118.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 99 148 20 0.33 0 0.86 0.42 82.97 0.76 0.33
Hex 63 94 14 21 0 56 2A 53 4C 21
Octal 143 224 24 41 0 126 52 123 114 41
Binary 1100011 10010100 10100 100001 0 1010110 101010 1010011 1001100 100001

Color Harmonies of #639414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639414

Black with #639414

Text Example


Text Example

White with #639414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639414; }

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

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

background-color css

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

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

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

border-color css

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

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

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