Html Css Color HEX #757007 Olive

📋 copy color: '#757007'

red 117 ◦ green 112 ◦ blue 7

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

Shades of Olive #757007

Tints of Olive #757007

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.46%

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

R = 49.58%
G = 47.46%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#757007 (or 0x757007) is known color: Olive. HEX triplet: 75, 70 and 07. RGB value is (117,112,7). Sum of RGB (Red+Green+Blue) = 117+112+7=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #757007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757007 is #8A8FF8. Grayscale: #656565. Windows color (decimal): -9080825 or 487541. OLE color: 487541.

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

Color convert

RGB 117 112 7 -
CMYK 0 0.04 0.94 0.54
HSL 57.27º 0.89% 0.24% -
HSV(B) 57.27º 0.94% 0.46% -
XYZ 13.17 15.39 2.48 -
YUV 101.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 117 112 7 0 0.04 0.94 0.54 57.27 0.89 0.24
Hex 75 70 7 0 4 5E 36 39 59 18
Octal 165 160 7 0 4 136 66 71 131 30
Binary 1110101 1110000 111 0 100 1011110 110110 111001 1011001 11000

Color Harmonies of #757007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757007

Black with #757007

Text Example


Text Example

White with #757007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757007; }

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

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

background-color css

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

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

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

border-color css

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

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

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