Html Css Color HEX #757107 Olive

📋 copy color: '#757107'

red 117 ◦ green 113 ◦ blue 7

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

Shades of Olive #757107

Tints of Olive #757107

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 49.37%
G = 47.68%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#757107 (or 0x757107) is known color: Olive. HEX triplet: 75, 71 and 07. RGB value is (117,113,7). Sum of RGB (Red+Green+Blue) = 117+113+7=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #757107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757107 is #8A8EF8. Grayscale: #666666. Windows color (decimal): -9080569 or 487797. OLE color: 487797.

HSL color Cylindrical-coordinate representation of color #757107: hue angle of 57.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #757107 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 113 7 -
CMYK 0 0.03 0.94 0.54
HSL 57.82º 0.89% 0.24% -
HSV(B) 57.82º 0.94% 0.46% -
XYZ 13.28 15.61 2.51 -
YUV 102.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 117 113 7 0 0.03 0.94 0.54 57.82 0.89 0.24
Hex 75 71 7 0 3 5E 36 3A 59 18
Octal 165 161 7 0 3 136 66 72 131 30
Binary 1110101 1110001 111 0 11 1011110 110110 111010 1011001 11000

Color Harmonies of #757107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757107

Black with #757107

Text Example


Text Example

White with #757107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757107; }

 p { color: rgb(117,113,7); }

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

background-color css

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

 a { background-color: rgb(117,113,7); }

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

border-color css

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

 span { border-color: rgb(117,113,7); }

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