Html Css Color HEX #658C13 Olive Drab

📋 copy color: '#658C13'

red 101 ◦ green 140 ◦ blue 19

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

Shades of Olive Drab #658C13

Tints of Olive Drab #658C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.85%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 38.85%
G = 53.85%
B = 7.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#658C13 (or 0x658C13) is known color: Olive Drab. HEX triplet: 65, 8C and 13. RGB value is (101,140,19). Sum of RGB (Red+Green+Blue) = 101+140+19=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #658C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658C13 is #9A73EC. Grayscale: #727272. Windows color (decimal): -10122221 or 1281125. OLE color: 1281125.

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

Color convert

RGB 101 140 19 -
CMYK 0.28 0 0.86 0.45
HSL 79.34º 0.76% 0.31% -
HSV(B) 79.34º 0.86% 0.55% -
XYZ 14.86 21.57 4 -
YUV 114.55 74.08 118.34 -
System Red Green Blue C M Y K H S L
Decimal 101 140 19 0.28 0 0.86 0.45 79.34 0.76 0.31
Hex 65 8C 13 1C 0 56 2D 4F 4C 1F
Octal 145 214 23 34 0 126 55 117 114 37
Binary 1100101 10001100 10011 11100 0 1010110 101101 1001111 1001100 11111

Color Harmonies of #658C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658C13

Black with #658C13

Text Example


Text Example

White with #658C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,140,19); }

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

background-color css

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

 a { background-color: rgb(101,140,19); }

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

border-color css

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

 span { border-color: rgb(101,140,19); }

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