Html Css Color HEX #638312 Olive Drab

📋 copy color: '#638312'

red 99 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #638312

Tints of Olive Drab #638312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

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

R = 39.92%
G = 52.82%
B = 7.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#638312 (or 0x638312) is known color: Olive Drab. HEX triplet: 63, 83 and 12. RGB value is (99,131,18). Sum of RGB (Red+Green+Blue) = 99+131+18=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #638312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638312 is #9C7CED. Grayscale: #6C6C6C. Windows color (decimal): -10255598 or 1213283. OLE color: 1213283.

HSL color Cylindrical-coordinate representation of color #638312: hue angle of 76.99º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #638312 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 131 18 -
CMYK 0.24 0 0.86 0.49
HSL 76.99º 0.76% 0.29% -
HSV(B) 76.99º 0.86% 0.51% -
XYZ 13.37 18.93 3.52 -
YUV 108.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 99 131 18 0.24 0 0.86 0.49 76.99 0.76 0.29
Hex 63 83 12 18 0 56 31 4D 4C 1D
Octal 143 203 22 30 0 126 61 115 114 35
Binary 1100011 10000011 10010 11000 0 1010110 110001 1001101 1001100 11101

Color Harmonies of #638312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638312

Black with #638312

Text Example


Text Example

White with #638312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638312; }

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

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

background-color css

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

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

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

border-color css

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

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

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