Html Css Color HEX #658914 Olive Drab

📋 copy color: '#658914'

red 101 ◦ green 137 ◦ blue 20

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

Shades of Olive Drab #658914

Tints of Olive Drab #658914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 39.15%
G = 53.1%
B = 7.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#658914 (or 0x658914) is known color: Olive Drab. HEX triplet: 65, 89 and 14. RGB value is (101,137,20). Sum of RGB (Red+Green+Blue) = 101+137+20=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #658914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658914 is #9A76EB. Grayscale: #717171. Windows color (decimal): -10122988 or 1345893. OLE color: 1345893.

HSL color Cylindrical-coordinate representation of color #658914: hue angle of 78.46º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #658914 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 137 20 -
CMYK 0.26 0 0.85 0.46
HSL 78.46º 0.75% 0.31% -
HSV(B) 78.46º 0.85% 0.54% -
XYZ 14.44 20.71 3.9 -
YUV 112.9 75.57 119.51 -
System Red Green Blue C M Y K H S L
Decimal 101 137 20 0.26 0 0.85 0.46 78.46 0.75 0.31
Hex 65 89 14 1A 0 55 2E 4E 4B 1F
Octal 145 211 24 32 0 125 56 116 113 37
Binary 1100101 10001001 10100 11010 0 1010101 101110 1001110 1001011 11111

Color Harmonies of #658914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658914

Black with #658914

Text Example


Text Example

White with #658914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658914; }

 p { color: rgb(101,137,20); }

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

background-color css

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

 a { background-color: rgb(101,137,20); }

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

border-color css

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

 span { border-color: rgb(101,137,20); }

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