Html Css Color HEX #757006 Olive

📋 copy color: '#757006'

red 117 ◦ green 112 ◦ blue 6

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

Shades of Olive #757006

Tints of Olive #757006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.55%

R = 49.79%
G = 47.66%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#757006 (or 0x757006) is known color: Olive. HEX triplet: 75, 70 and 06. RGB value is (117,112,6). Sum of RGB (Red+Green+Blue) = 117+112+6=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #757006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757006 is #8A8FF9. Grayscale: #656565. Windows color (decimal): -9080826 or 422005. OLE color: 422005.

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

Color convert

RGB 117 112 6 -
CMYK 0 0.04 0.95 0.54
HSL 57.3º 0.9% 0.24% -
HSV(B) 57.3º 0.95% 0.46% -
XYZ 13.16 15.38 2.45 -
YUV 101.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 117 112 6 0 0.04 0.95 0.54 57.3 0.9 0.24
Hex 75 70 6 0 4 5F 36 39 5A 18
Octal 165 160 6 0 4 137 66 71 132 30
Binary 1110101 1110000 110 0 100 1011111 110110 111001 1011010 11000

Color Harmonies of #757006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757006

Black with #757006

Text Example


Text Example

White with #757006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757006; }

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

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

background-color css

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

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

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

border-color css

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

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

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