Html Css Color HEX #658216 Olive Drab

📋 copy color: '#658216'

red 101 ◦ green 130 ◦ blue 22

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

Shades of Olive Drab #658216

Tints of Olive Drab #658216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.38%

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 39.92%
G = 51.38%
B = 8.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#658216 (or 0x658216) is known color: Olive Drab. HEX triplet: 65, 82 and 16. RGB value is (101,130,22). Sum of RGB (Red+Green+Blue) = 101+130+22=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #658216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658216 is #9A7DE9. Grayscale: #6D6D6D. Windows color (decimal): -10124778 or 1475173. OLE color: 1475173.

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

Color convert

RGB 101 130 22 -
CMYK 0.22 0 0.83 0.49
HSL 76.11º 0.71% 0.3% -
HSV(B) 76.11º 0.83% 0.51% -
XYZ 13.49 18.79 3.67 -
YUV 109.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 101 130 22 0.22 0 0.83 0.49 76.11 0.71 0.3
Hex 65 82 16 16 0 53 31 4C 47 1E
Octal 145 202 26 26 0 123 61 114 107 36
Binary 1100101 10000010 10110 10110 0 1010011 110001 1001100 1000111 11110

Color Harmonies of #658216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658216

Black with #658216

Text Example


Text Example

White with #658216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658216; }

 p { color: rgb(101,130,22); }

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

background-color css

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

 a { background-color: rgb(101,130,22); }

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

border-color css

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

 span { border-color: rgb(101,130,22); }

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