Html Css Color HEX #758D27 Olive Drab

📋 copy color: '#758D27'

red 117 ◦ green 141 ◦ blue 39

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

Shades of Olive Drab #758D27

Tints of Olive Drab #758D27

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.47%

 BLUE value IS 39 (15.63% from 255) = 13.13%

R = 39.39%
G = 47.47%
B = 13.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#758D27 (or 0x758D27) is known color: Olive Drab. HEX triplet: 75, 8D and 27. RGB value is (117,141,39). Sum of RGB (Red+Green+Blue) = 117+141+39=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #758D27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758D27 is #8A72D8. Grayscale: #7A7A7A. Windows color (decimal): -9073369 or 2592117. OLE color: 2592117.

HSL color Cylindrical-coordinate representation of color #758D27: hue angle of 74.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #758D27 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 141 39 -
CMYK 0.17 0 0.72 0.45
HSL 74.12º 0.57% 0.35% -
HSV(B) 74.12º 0.72% 0.55% -
XYZ 17.23 22.98 5.45 -
YUV 122.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 117 141 39 0.17 0 0.72 0.45 74.12 0.57 0.35
Hex 75 8D 27 11 0 48 2D 4A 39 23
Octal 165 215 47 21 0 110 55 112 71 43
Binary 1110101 10001101 100111 10001 0 1001000 101101 1001010 111001 100011

Color Harmonies of #758D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758D27

Black with #758D27

Text Example


Text Example

White with #758D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,39); }

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

background-color css

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

 a { background-color: rgb(117,141,39); }

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

border-color css

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

 span { border-color: rgb(117,141,39); }

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