Html Css Color HEX #658D19 Olive Drab

📋 copy color: '#658D19'

red 101 ◦ green 141 ◦ blue 25

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

Shades of Olive Drab #658D19

Tints of Olive Drab #658D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.81%

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

R = 37.83%
G = 52.81%
B = 9.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#658D19 (or 0x658D19) is known color: Olive Drab. HEX triplet: 65, 8D and 19. RGB value is (101,141,25). Sum of RGB (Red+Green+Blue) = 101+141+25=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #658D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658D19 is #9A72E6. Grayscale: #747474. Windows color (decimal): -10121959 or 1674597. OLE color: 1674597.

HSL color Cylindrical-coordinate representation of color #658D19: hue angle of 80.69º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #658D19 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 141 25 -
CMYK 0.28 0 0.82 0.45
HSL 80.69º 0.7% 0.33% -
HSV(B) 80.69º 0.82% 0.55% -
XYZ 15.07 21.89 4.35 -
YUV 115.82 76.75 117.43 -
System Red Green Blue C M Y K H S L
Decimal 101 141 25 0.28 0 0.82 0.45 80.69 0.7 0.33
Hex 65 8D 19 1C 0 52 2D 51 46 21
Octal 145 215 31 34 0 122 55 121 106 41
Binary 1100101 10001101 11001 11100 0 1010010 101101 1010001 1000110 100001

Color Harmonies of #658D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658D19

Black with #658D19

Text Example


Text Example

White with #658D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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