Html Css Color HEX #658312 Olive Drab

📋 copy color: '#658312'

red 101 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #658312

Tints of Olive Drab #658312

RGB

 RED value IS 101 (39.84% from 255) = 40.4%

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

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

R = 40.4%
G = 52.4%
B = 7.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#658312 (or 0x658312) is known color: Olive Drab. HEX triplet: 65, 83 and 12. RGB value is (101,131,18). Sum of RGB (Red+Green+Blue) = 101+131+18=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #658312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658312 is #9A7CED. Grayscale: #6D6D6D. Windows color (decimal): -10124526 or 1213285. OLE color: 1213285.

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

Color convert

RGB 101 131 18 -
CMYK 0.23 0 0.86 0.49
HSL 75.93º 0.76% 0.29% -
HSV(B) 75.93º 0.86% 0.51% -
XYZ 13.59 19.04 3.53 -
YUV 109.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 101 131 18 0.23 0 0.86 0.49 75.93 0.76 0.29
Hex 65 83 12 17 0 56 31 4C 4C 1D
Octal 145 203 22 27 0 126 61 114 114 35
Binary 1100101 10000011 10010 10111 0 1010110 110001 1001100 1001100 11101

Color Harmonies of #658312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658312

Black with #658312

Text Example


Text Example

White with #658312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658312; }

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

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

background-color css

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

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

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

border-color css

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

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

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