Html Css Color HEX #639712 Olive Drab

📋 copy color: '#639712'

red 99 ◦ green 151 ◦ blue 18

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

Shades of Olive Drab #639712

Tints of Olive Drab #639712

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.34%

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 36.94%
G = 56.34%
B = 6.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#639712 (or 0x639712) is known color: Olive Drab. HEX triplet: 63, 97 and 12. RGB value is (99,151,18). Sum of RGB (Red+Green+Blue) = 99+151+18=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #639712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639712 is #9C68ED. Grayscale: #787878. Windows color (decimal): -10250478 or 1218403. OLE color: 1218403.

HSL color Cylindrical-coordinate representation of color #639712: hue angle of 83.46º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #639712 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 151 18 -
CMYK 0.34 0 0.88 0.41
HSL 83.46º 0.79% 0.33% -
HSV(B) 83.46º 0.88% 0.59% -
XYZ 16.32 24.83 4.5 -
YUV 120.29 70.27 112.81 -
System Red Green Blue C M Y K H S L
Decimal 99 151 18 0.34 0 0.88 0.41 83.46 0.79 0.33
Hex 63 97 12 22 0 58 29 53 4F 21
Octal 143 227 22 42 0 130 51 123 117 41
Binary 1100011 10010111 10010 100010 0 1011000 101001 1010011 1001111 100001

Color Harmonies of #639712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639712

Black with #639712

Text Example


Text Example

White with #639712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639712; }

 p { color: rgb(99,151,18); }

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

background-color css

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

 a { background-color: rgb(99,151,18); }

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

border-color css

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

 span { border-color: rgb(99,151,18); }

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