Html Css Color HEX #758B18 Olive Drab

📋 copy color: '#758B18'

red 117 ◦ green 139 ◦ blue 24

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

Shades of Olive Drab #758B18

Tints of Olive Drab #758B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 41.79%
G = 49.64%
B = 8.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#758B18 (or 0x758B18) is known color: Olive Drab. HEX triplet: 75, 8B and 18. RGB value is (117,139,24). Sum of RGB (Red+Green+Blue) = 117+139+24=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #758B18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B18 is #8A74E7. Grayscale: #777777. Windows color (decimal): -9073896 or 1608565. OLE color: 1608565.

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

Color convert

RGB 117 139 24 -
CMYK 0.16 0 0.83 0.45
HSL 71.48º 0.71% 0.32% -
HSV(B) 71.48º 0.83% 0.55% -
XYZ 16.73 22.31 4.29 -
YUV 119.31 74.21 126.35 -
System Red Green Blue C M Y K H S L
Decimal 117 139 24 0.16 0 0.83 0.45 71.48 0.71 0.32
Hex 75 8B 18 10 0 53 2D 47 47 20
Octal 165 213 30 20 0 123 55 107 107 40
Binary 1110101 10001011 11000 10000 0 1010011 101101 1000111 1000111 100000

Color Harmonies of #758B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B18

Black with #758B18

Text Example


Text Example

White with #758B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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