Html Css Color HEX #758B2E Olive Drab

📋 copy color: '#758B2E'

red 117 ◦ green 139 ◦ blue 46

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

Shades of Olive Drab #758B2E

Tints of Olive Drab #758B2E

RGB

 RED value IS 117 (46.09% from 255) = 38.74%

 GREEN value IS 139 (54.69% from 255) = 46.03%

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 38.74%
G = 46.03%
B = 15.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#758B2E (or 0x758B2E) is known color: Olive Drab. HEX triplet: 75, 8B and 2E. RGB value is (117,139,46). Sum of RGB (Red+Green+Blue) = 117+139+46=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #758B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B2E is #8A74D1. Grayscale: #7A7A7A. Windows color (decimal): -9073874 or 3050357. OLE color: 3050357.

HSL color Cylindrical-coordinate representation of color #758B2E: hue angle of 74.19º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #758B2E is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 139 46 -
CMYK 0.16 0 0.67 0.45
HSL 74.19º 0.5% 0.36% -
HSV(B) 74.19º 0.67% 0.55% -
XYZ 17.06 22.44 6.02 -
YUV 121.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 117 139 46 0.16 0 0.67 0.45 74.19 0.5 0.36
Hex 75 8B 2E 10 0 43 2D 4A 32 24
Octal 165 213 56 20 0 103 55 112 62 44
Binary 1110101 10001011 101110 10000 0 1000011 101101 1001010 110010 100100

Color Harmonies of #758B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B2E

Black with #758B2E

Text Example


Text Example

White with #758B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758B2E; }

 p { color: rgb(117,139,46); }

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

background-color css

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

 a { background-color: rgb(117,139,46); }

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

border-color css

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

 span { border-color: rgb(117,139,46); }

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