Html Css Color HEX #757700 Olive

📋 copy color: '#757700'

red 117 ◦ green 119 ◦ blue 0

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

Shades of Olive #757700

Tints of Olive #757700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.58%
G = 50.42%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#757700 (or 0x757700) is known color: Olive. HEX triplet: 75, 77 and 00. RGB value is (117,119,0). Sum of RGB (Red+Green+Blue) = 117+119+0=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #757700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757700 is #8A88FF. Grayscale: #696969. Windows color (decimal): -9079040 or 30581. OLE color: 30581.

HSL color Cylindrical-coordinate representation of color #757700: hue angle of 61.01º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #757700 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 0 -
CMYK 0.02 0 1 0.53
HSL 61.01º 1% 0.23% -
HSV(B) 61.01º 1% 0.47% -
XYZ 13.93 16.98 2.54 -
YUV 104.84 68.84 136.68 -
System Red Green Blue C M Y K H S L
Decimal 117 119 0 0.02 0 1 0.53 61.01 1 0.23
Hex 75 77 0 2 0 64 35 3D 64 17
Octal 165 167 0 2 0 144 65 75 144 27
Binary 1110101 1110111 0 10 0 1100100 110101 111101 1100100 10111

Color Harmonies of #757700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757700

Black with #757700

Text Example


Text Example

White with #757700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757700; }

 p { color: rgb(117,119,0); }

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

background-color css

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

 a { background-color: rgb(117,119,0); }

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

border-color css

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

 span { border-color: rgb(117,119,0); }

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