Html Css Color HEX #658219 Olive Drab

📋 copy color: '#658219'

red 101 ◦ green 130 ◦ blue 25

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

Shades of Olive Drab #658219

Tints of Olive Drab #658219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 39.45%
G = 50.78%
B = 9.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#658219 (or 0x658219) is known color: Olive Drab. HEX triplet: 65, 82 and 19. RGB value is (101,130,25). Sum of RGB (Red+Green+Blue) = 101+130+25=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #658219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658219 is #9A7DE6. Grayscale: #6D6D6D. Windows color (decimal): -10124775 or 1671781. OLE color: 1671781.

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

Color convert

RGB 101 130 25 -
CMYK 0.22 0 0.81 0.49
HSL 76.57º 0.68% 0.3% -
HSV(B) 76.57º 0.81% 0.51% -
XYZ 13.52 18.8 3.84 -
YUV 109.36 80.39 122.04 -
System Red Green Blue C M Y K H S L
Decimal 101 130 25 0.22 0 0.81 0.49 76.57 0.68 0.3
Hex 65 82 19 16 0 51 31 4D 44 1E
Octal 145 202 31 26 0 121 61 115 104 36
Binary 1100101 10000010 11001 10110 0 1010001 110001 1001101 1000100 11110

Color Harmonies of #658219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658219

Black with #658219

Text Example


Text Example

White with #658219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658219; }

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

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

background-color css

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

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

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

border-color css

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

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

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