Html Css Color HEX #757B11 Olive

📋 copy color: '#757B11'

red 117 ◦ green 123 ◦ blue 17

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

Shades of Olive #757B11

Tints of Olive #757B11

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.86%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 45.53%
G = 47.86%
B = 6.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#757B11 (or 0x757B11) is known color: Olive. HEX triplet: 75, 7B and 11. RGB value is (117,123,17). Sum of RGB (Red+Green+Blue) = 117+123+17=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #757B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757B11 is #8A84EE. Grayscale: #6D6D6D. Windows color (decimal): -9077999 or 1145717. OLE color: 1145717.

HSL color Cylindrical-coordinate representation of color #757B11: hue angle of 63.4º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #757B11 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 17 -
CMYK 0.05 0 0.86 0.52
HSL 63.4º 0.76% 0.27% -
HSV(B) 63.4º 0.86% 0.48% -
XYZ 14.52 17.99 3.24 -
YUV 109.12 76.01 133.62 -
System Red Green Blue C M Y K H S L
Decimal 117 123 17 0.05 0 0.86 0.52 63.4 0.76 0.27
Hex 75 7B 11 5 0 56 34 3F 4C 1B
Octal 165 173 21 5 0 126 64 77 114 33
Binary 1110101 1111011 10001 101 0 1010110 110100 111111 1001100 11011

Color Harmonies of #757B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B11

Black with #757B11

Text Example


Text Example

White with #757B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B11; }

 p { color: rgb(117,123,17); }

 H1.HeaderClassName
 {
   color: #757B11;
 }
 .AnyTagClassName
 {
   color: #757B11;
 }
</style>

background-color css

<style>
 a { background-color: #757B11; }

 a { background-color: rgb(117,123,17); }

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

border-color css

<style>
 span { border-color: #757B11; }

 span { border-color: rgb(117,123,17); }

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