Html Css Color HEX #75882F Olive Drab

📋 copy color: '#75882F'

red 117 ◦ green 136 ◦ blue 47

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

Shades of Olive Drab #75882F

Tints of Olive Drab #75882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.33%

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

R = 39%
G = 45.33%
B = 15.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#75882F (or 0x75882F) is known color: Olive Drab. HEX triplet: 75, 88 and 2F. RGB value is (117,136,47). Sum of RGB (Red+Green+Blue) = 117+136+47=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #75882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75882F is #8A77D0. Grayscale: #787878. Windows color (decimal): -9074641 or 3115125. OLE color: 3115125.

HSL color Cylindrical-coordinate representation of color #75882F: hue angle of 72.81º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75882F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 47 -
CMYK 0.14 0 0.65 0.47
HSL 72.81º 0.49% 0.36% -
HSV(B) 72.81º 0.65% 0.53% -
XYZ 16.65 21.6 5.98 -
YUV 120.17 86.71 125.74 -
System Red Green Blue C M Y K H S L
Decimal 117 136 47 0.14 0 0.65 0.47 72.81 0.49 0.36
Hex 75 88 2F E 0 41 2F 49 31 24
Octal 165 210 57 16 0 101 57 111 61 44
Binary 1110101 10001000 101111 1110 0 1000001 101111 1001001 110001 100100

Color Harmonies of #75882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75882F

Black with #75882F

Text Example


Text Example

White with #75882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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