Html Css Color HEX #659413 Olive Drab

📋 copy color: '#659413'

red 101 ◦ green 148 ◦ blue 19

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

Shades of Olive Drab #659413

Tints of Olive Drab #659413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.22%

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

R = 37.69%
G = 55.22%
B = 7.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#659413 (or 0x659413) is known color: Olive Drab. HEX triplet: 65, 94 and 13. RGB value is (101,148,19). Sum of RGB (Red+Green+Blue) = 101+148+19=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #659413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659413 is #9A6BEC. Grayscale: #777777. Windows color (decimal): -10120173 or 1283173. OLE color: 1283173.

HSL color Cylindrical-coordinate representation of color #659413: hue angle of 81.86º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #659413 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 148 19 -
CMYK 0.32 0 0.87 0.42
HSL 81.86º 0.77% 0.33% -
HSV(B) 81.86º 0.87% 0.58% -
XYZ 16.07 23.99 4.4 -
YUV 119.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 101 148 19 0.32 0 0.87 0.42 81.86 0.77 0.33
Hex 65 94 13 20 0 57 2A 52 4D 21
Octal 145 224 23 40 0 127 52 122 115 41
Binary 1100101 10010100 10011 100000 0 1010111 101010 1010010 1001101 100001

Color Harmonies of #659413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659413

Black with #659413

Text Example


Text Example

White with #659413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659413; }

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

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

background-color css

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

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

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

border-color css

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

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

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