Html Css Color HEX #757C11 Olive

📋 copy color: '#757C11'

red 117 ◦ green 124 ◦ blue 17

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

Shades of Olive #757C11

Tints of Olive #757C11

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.06%

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

R = 45.35%
G = 48.06%
B = 6.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#757C11 (or 0x757C11) is known color: Olive. HEX triplet: 75, 7C and 11. RGB value is (117,124,17). Sum of RGB (Red+Green+Blue) = 117+124+17=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #757C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757C11 is #8A83EE. Grayscale: #6E6E6E. Windows color (decimal): -9077743 or 1145973. OLE color: 1145973.

HSL color Cylindrical-coordinate representation of color #757C11: hue angle of 63.93º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #757C11 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 17 -
CMYK 0.06 0 0.86 0.51
HSL 63.93º 0.76% 0.28% -
HSV(B) 63.93º 0.86% 0.49% -
XYZ 14.64 18.24 3.28 -
YUV 109.71 75.68 133.2 -
System Red Green Blue C M Y K H S L
Decimal 117 124 17 0.06 0 0.86 0.51 63.93 0.76 0.28
Hex 75 7C 11 6 0 56 33 40 4C 1C
Octal 165 174 21 6 0 126 63 100 114 34
Binary 1110101 1111100 10001 110 0 1010110 110011 1000000 1001100 11100

Color Harmonies of #757C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C11

Black with #757C11

Text Example


Text Example

White with #757C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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