Html Css Color HEX #758B16 Olive Drab

📋 copy color: '#758B16'

red 117 ◦ green 139 ◦ blue 22

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

Shades of Olive Drab #758B16

Tints of Olive Drab #758B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 42.09%
G = 50%
B = 7.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#758B16 (or 0x758B16) is known color: Olive Drab. HEX triplet: 75, 8B and 16. RGB value is (117,139,22). Sum of RGB (Red+Green+Blue) = 117+139+22=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #758B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B16 is #8A74E9. Grayscale: #777777. Windows color (decimal): -9073898 or 1477493. OLE color: 1477493.

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

Color convert

RGB 117 139 22 -
CMYK 0.16 0 0.84 0.45
HSL 71.28º 0.73% 0.32% -
HSV(B) 71.28º 0.84% 0.55% -
XYZ 16.71 22.31 4.18 -
YUV 119.08 73.21 126.51 -
System Red Green Blue C M Y K H S L
Decimal 117 139 22 0.16 0 0.84 0.45 71.28 0.73 0.32
Hex 75 8B 16 10 0 54 2D 47 49 20
Octal 165 213 26 20 0 124 55 107 111 40
Binary 1110101 10001011 10110 10000 0 1010100 101101 1000111 1001001 100000

Color Harmonies of #758B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758B16

Black with #758B16

Text Example


Text Example

White with #758B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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