Html Css Color HEX #638512 Olive Drab

📋 copy color: '#638512'

red 99 ◦ green 133 ◦ blue 18

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

Shades of Olive Drab #638512

Tints of Olive Drab #638512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

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

R = 39.6%
G = 53.2%
B = 7.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#638512 (or 0x638512) is known color: Olive Drab. HEX triplet: 63, 85 and 12. RGB value is (99,133,18). Sum of RGB (Red+Green+Blue) = 99+133+18=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #638512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638512 is #9C7AED. Grayscale: #6E6E6E. Windows color (decimal): -10255086 or 1213795. OLE color: 1213795.

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

Color convert

RGB 99 133 18 -
CMYK 0.26 0 0.86 0.48
HSL 77.74º 0.76% 0.3% -
HSV(B) 77.74º 0.86% 0.52% -
XYZ 13.64 19.47 3.61 -
YUV 109.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 99 133 18 0.26 0 0.86 0.48 77.74 0.76 0.3
Hex 63 85 12 1A 0 56 30 4E 4C 1E
Octal 143 205 22 32 0 126 60 116 114 36
Binary 1100011 10000101 10010 11010 0 1010110 110000 1001110 1001100 11110

Color Harmonies of #638512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638512

Black with #638512

Text Example


Text Example

White with #638512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638512; }

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

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

background-color css

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

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

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

border-color css

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

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

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