Html Css Color HEX #758B25 Olive Drab

📋 copy color: '#758B25'

red 117 ◦ green 139 ◦ blue 37

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

Shades of Olive Drab #758B25

Tints of Olive Drab #758B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.44%

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 39.93%
G = 47.44%
B = 12.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#758B25 (or 0x758B25) is known color: Olive Drab. HEX triplet: 75, 8B and 25. RGB value is (117,139,37). Sum of RGB (Red+Green+Blue) = 117+139+37=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #758B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B25 is #8A74DA. Grayscale: #797979. Windows color (decimal): -9073883 or 2460533. OLE color: 2460533.

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

Color convert

RGB 117 139 37 -
CMYK 0.16 0 0.73 0.45
HSL 72.94º 0.58% 0.35% -
HSV(B) 72.94º 0.73% 0.55% -
XYZ 16.9 22.38 5.18 -
YUV 120.79 80.71 125.29 -
System Red Green Blue C M Y K H S L
Decimal 117 139 37 0.16 0 0.73 0.45 72.94 0.58 0.35
Hex 75 8B 25 10 0 49 2D 49 3A 23
Octal 165 213 45 20 0 111 55 111 72 43
Binary 1110101 10001011 100101 10000 0 1001001 101101 1001001 111010 100011

Color Harmonies of #758B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B25

Black with #758B25

Text Example


Text Example

White with #758B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,37); }

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

background-color css

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

 a { background-color: rgb(117,139,37); }

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

border-color css

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

 span { border-color: rgb(117,139,37); }

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