Html Css Color HEX #756D00 Olive

📋 copy color: '#756D00'

red 117 ◦ green 109 ◦ blue 0

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

Shades of Olive #756D00

Tints of Olive #756D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.23%

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

R = 51.77%
G = 48.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#756D00 (or 0x756D00) is known color: Olive. HEX triplet: 75, 6D and 00. RGB value is (117,109,0). Sum of RGB (Red+Green+Blue) = 117+109+0=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #756D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D00 is #8A92FF. Grayscale: #636363. Windows color (decimal): -9081600 or 28021. OLE color: 28021.

HSL color Cylindrical-coordinate representation of color #756D00: hue angle of 55.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #756D00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 0 -
CMYK 0 0.07 1 0.54
HSL 55.9º 1% 0.23% -
HSV(B) 55.9º 1% 0.46% -
XYZ 12.8 14.72 2.17 -
YUV 98.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 117 109 0 0 0.07 1 0.54 55.9 1 0.23
Hex 75 6D 0 0 7 64 36 38 64 17
Octal 165 155 0 0 7 144 66 70 144 27
Binary 1110101 1101101 0 0 111 1100100 110110 111000 1100100 10111

Color Harmonies of #756D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D00

Black with #756D00

Text Example


Text Example

White with #756D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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