Html Css Color HEX #658318 Olive Drab

📋 copy color: '#658318'

red 101 ◦ green 131 ◦ blue 24

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

Shades of Olive Drab #658318

Tints of Olive Drab #658318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 39.45%
G = 51.17%
B = 9.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#658318 (or 0x658318) is known color: Olive Drab. HEX triplet: 65, 83 and 18. RGB value is (101,131,24). Sum of RGB (Red+Green+Blue) = 101+131+24=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #658318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658318 is #9A7CE7. Grayscale: #6E6E6E. Windows color (decimal): -10124520 or 1606501. OLE color: 1606501.

HSL color Cylindrical-coordinate representation of color #658318: hue angle of 76.82º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #658318 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 131 24 -
CMYK 0.23 0 0.82 0.49
HSL 76.82º 0.69% 0.3% -
HSV(B) 76.82º 0.82% 0.51% -
XYZ 13.65 19.07 3.82 -
YUV 109.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 101 131 24 0.23 0 0.82 0.49 76.82 0.69 0.3
Hex 65 83 18 17 0 52 31 4D 45 1E
Octal 145 203 30 27 0 122 61 115 105 36
Binary 1100101 10000011 11000 10111 0 1010010 110001 1001101 1000101 11110

Color Harmonies of #658318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658318

Black with #658318

Text Example


Text Example

White with #658318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658318; }

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

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

background-color css

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

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

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

border-color css

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

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

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