Html Css Color HEX #758A27 Olive Drab

📋 copy color: '#758A27'

red 117 ◦ green 138 ◦ blue 39

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

Shades of Olive Drab #758A27

Tints of Olive Drab #758A27

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.94%

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

R = 39.8%
G = 46.94%
B = 13.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#758A27 (or 0x758A27) is known color: Olive Drab. HEX triplet: 75, 8A and 27. RGB value is (117,138,39). Sum of RGB (Red+Green+Blue) = 117+138+39=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #758A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758A27 is #8A75D8. Grayscale: #787878. Windows color (decimal): -9074137 or 2591349. OLE color: 2591349.

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

Color convert

RGB 117 138 39 -
CMYK 0.15 0 0.72 0.46
HSL 72.73º 0.56% 0.35% -
HSV(B) 72.73º 0.72% 0.54% -
XYZ 16.79 22.11 5.3 -
YUV 120.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 117 138 39 0.15 0 0.72 0.46 72.73 0.56 0.35
Hex 75 8A 27 F 0 48 2E 49 38 23
Octal 165 212 47 17 0 110 56 111 70 43
Binary 1110101 10001010 100111 1111 0 1001000 101110 1001001 111000 100011

Color Harmonies of #758A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A27

Black with #758A27

Text Example


Text Example

White with #758A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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