Html Css Color HEX #758928 Olive Drab

📋 copy color: '#758928'

red 117 ◦ green 137 ◦ blue 40

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

Shades of Olive Drab #758928

Tints of Olive Drab #758928

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.6%

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 39.8%
G = 46.6%
B = 13.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#758928 (or 0x758928) is known color: Olive Drab. HEX triplet: 75, 89 and 28. RGB value is (117,137,40). Sum of RGB (Red+Green+Blue) = 117+137+40=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #758928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758928 is #8A76D7. Grayscale: #787878. Windows color (decimal): -9074392 or 2656629. OLE color: 2656629.

HSL color Cylindrical-coordinate representation of color #758928: hue angle of 72.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #758928 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 137 40 -
CMYK 0.15 0 0.71 0.46
HSL 72.37º 0.55% 0.35% -
HSV(B) 72.37º 0.71% 0.54% -
XYZ 16.66 21.83 5.34 -
YUV 119.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 117 137 40 0.15 0 0.71 0.46 72.37 0.55 0.35
Hex 75 89 28 F 0 47 2E 48 37 23
Octal 165 211 50 17 0 107 56 110 67 43
Binary 1110101 10001001 101000 1111 0 1000111 101110 1001000 110111 100011

Color Harmonies of #758928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758928

Black with #758928

Text Example


Text Example

White with #758928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758928; }

 p { color: rgb(117,137,40); }

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

background-color css

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

 a { background-color: rgb(117,137,40); }

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

border-color css

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

 span { border-color: rgb(117,137,40); }

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