Html Css Color HEX #638612 Olive Drab

📋 copy color: '#638612'

red 99 ◦ green 134 ◦ blue 18

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

Shades of Olive Drab #638612

Tints of Olive Drab #638612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.39%

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

R = 39.44%
G = 53.39%
B = 7.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#638612 (or 0x638612) is known color: Olive Drab. HEX triplet: 63, 86 and 12. RGB value is (99,134,18). Sum of RGB (Red+Green+Blue) = 99+134+18=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #638612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638612 is #9C79ED. Grayscale: #6E6E6E. Windows color (decimal): -10254830 or 1214051. OLE color: 1214051.

HSL color Cylindrical-coordinate representation of color #638612: hue angle of 78.1º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #638612 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 134 18 -
CMYK 0.26 0 0.87 0.47
HSL 78.1º 0.76% 0.3% -
HSV(B) 78.1º 0.87% 0.53% -
XYZ 13.78 19.75 3.66 -
YUV 110.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 99 134 18 0.26 0 0.87 0.47 78.1 0.76 0.3
Hex 63 86 12 1A 0 57 2F 4E 4C 1E
Octal 143 206 22 32 0 127 57 116 114 36
Binary 1100011 10000110 10010 11010 0 1010111 101111 1001110 1001100 11110

Color Harmonies of #638612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638612

Black with #638612

Text Example


Text Example

White with #638612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638612; }

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

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

background-color css

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

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

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

border-color css

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

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

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