Html Css Color HEX #757407 Olive

📋 copy color: '#757407'

red 117 ◦ green 116 ◦ blue 7

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

Shades of Olive #757407

Tints of Olive #757407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

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

R = 48.75%
G = 48.33%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#757407 (or 0x757407) is known color: Olive. HEX triplet: 75, 74 and 07. RGB value is (117,116,7). Sum of RGB (Red+Green+Blue) = 117+116+7=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #757407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757407 is #8A8BF8. Grayscale: #686868. Windows color (decimal): -9079801 or 488565. OLE color: 488565.

HSL color Cylindrical-coordinate representation of color #757407: hue angle of 59.45º 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 #757407 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 7 -
CMYK 0 0.01 0.94 0.54
HSL 59.45º 0.89% 0.24% -
HSV(B) 59.45º 0.94% 0.46% -
XYZ 13.62 16.29 2.63 -
YUV 103.87 73.33 137.36 -
System Red Green Blue C M Y K H S L
Decimal 117 116 7 0 0.01 0.94 0.54 59.45 0.89 0.24
Hex 75 74 7 0 1 5E 36 3B 59 18
Octal 165 164 7 0 1 136 66 73 131 30
Binary 1110101 1110100 111 0 1 1011110 110110 111011 1011001 11000

Color Harmonies of #757407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757407

Black with #757407

Text Example


Text Example

White with #757407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757407; }

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

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

background-color css

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

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

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

border-color css

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

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

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