Html Css Color HEX #757207 Olive

📋 copy color: '#757207'

red 117 ◦ green 114 ◦ blue 7

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

Shades of Olive #757207

Tints of Olive #757207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 49.16%
G = 47.9%
B = 2.94%

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

#757207 (or 0x757207) is known color: Olive. HEX triplet: 75, 72 and 07. RGB value is (117,114,7). Sum of RGB (Red+Green+Blue) = 117+114+7=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #757207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757207 is #8A8DF8. Grayscale: #676767. Windows color (decimal): -9080313 or 488053. OLE color: 488053.

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

Color convert

RGB 117 114 7 -
CMYK 0 0.03 0.94 0.54
HSL 58.36º 0.89% 0.24% -
HSV(B) 58.36º 0.94% 0.46% -
XYZ 13.39 15.83 2.55 -
YUV 102.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 117 114 7 0 0.03 0.94 0.54 58.36 0.89 0.24
Hex 75 72 7 0 3 5E 36 3A 59 18
Octal 165 162 7 0 3 136 66 72 131 30
Binary 1110101 1110010 111 0 11 1011110 110110 111010 1011001 11000

Color Harmonies of #757207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757207

Black with #757207

Text Example


Text Example

White with #757207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757207; }

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

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

background-color css

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

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

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

border-color css

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

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

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