Html Css Color HEX #758E2F Olive Drab

📋 copy color: '#758E2F'

red 117 ◦ green 142 ◦ blue 47

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

Shades of Olive Drab #758E2F

Tints of Olive Drab #758E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 38.24%
G = 46.41%
B = 15.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#758E2F (or 0x758E2F) is known color: Olive Drab. HEX triplet: 75, 8E and 2F. RGB value is (117,142,47). Sum of RGB (Red+Green+Blue) = 117+142+47=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #758E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758E2F is #8A71D0. Grayscale: #7C7C7C. Windows color (decimal): -9073105 or 3116661. OLE color: 3116661.

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

Color convert

RGB 117 142 47 -
CMYK 0.18 0 0.67 0.44
HSL 75.79º 0.5% 0.37% -
HSV(B) 75.79º 0.67% 0.56% -
XYZ 17.52 23.33 6.27 -
YUV 123.7 84.72 123.22 -
System Red Green Blue C M Y K H S L
Decimal 117 142 47 0.18 0 0.67 0.44 75.79 0.5 0.37
Hex 75 8E 2F 12 0 43 2C 4C 32 25
Octal 165 216 57 22 0 103 54 114 62 45
Binary 1110101 10001110 101111 10010 0 1000011 101100 1001100 110010 100101

Color Harmonies of #758E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E2F

Black with #758E2F

Text Example


Text Example

White with #758E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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