Html Css Color HEX #758E2E Olive Drab

📋 copy color: '#758E2E'

red 117 ◦ green 142 ◦ blue 46

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

Shades of Olive Drab #758E2E

Tints of Olive Drab #758E2E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.56%

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

R = 38.36%
G = 46.56%
B = 15.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#758E2E (or 0x758E2E) is known color: Olive Drab. HEX triplet: 75, 8E and 2E. RGB value is (117,142,46). Sum of RGB (Red+Green+Blue) = 117+142+46=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #758E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E2E is #8A71D1. Grayscale: #7B7B7B. Windows color (decimal): -9073106 or 3051125. OLE color: 3051125.

HSL color Cylindrical-coordinate representation of color #758E2E: hue angle of 75.63º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #758E2E is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 142 46 -
CMYK 0.18 0 0.68 0.44
HSL 75.63º 0.51% 0.37% -
HSV(B) 75.63º 0.68% 0.56% -
XYZ 17.5 23.33 6.16 -
YUV 123.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 117 142 46 0.18 0 0.68 0.44 75.63 0.51 0.37
Hex 75 8E 2E 12 0 44 2C 4C 33 25
Octal 165 216 56 22 0 104 54 114 63 45
Binary 1110101 10001110 101110 10010 0 1000100 101100 1001100 110011 100101

Color Harmonies of #758E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E2E

Black with #758E2E

Text Example


Text Example

White with #758E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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