Html Css Color HEX #756E0D Olive

📋 copy color: '#756E0D'

red 117 ◦ green 110 ◦ blue 13

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

Shades of Olive #756E0D

Tints of Olive #756E0D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.83%

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 48.75%
G = 45.83%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#756E0D (or 0x756E0D) is known color: Olive. HEX triplet: 75, 6E and 0D. RGB value is (117,110,13). Sum of RGB (Red+Green+Blue) = 117+110+13=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #756E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E0D is #8A91F2. Grayscale: #656565. Windows color (decimal): -9081331 or 880245. OLE color: 880245.

HSL color Cylindrical-coordinate representation of color #756E0D: hue angle of 55.96º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #756E0D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 13 -
CMYK 0 0.06 0.89 0.54
HSL 55.96º 0.8% 0.25% -
HSV(B) 55.96º 0.89% 0.46% -
XYZ 12.98 14.96 2.58 -
YUV 101.04 78.32 139.39 -
System Red Green Blue C M Y K H S L
Decimal 117 110 13 0 0.06 0.89 0.54 55.96 0.8 0.25
Hex 75 6E D 0 6 59 36 38 50 19
Octal 165 156 15 0 6 131 66 70 120 31
Binary 1110101 1101110 1101 0 110 1011001 110110 111000 1010000 11001

Color Harmonies of #756E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E0D

Black with #756E0D

Text Example


Text Example

White with #756E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,13); }

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

background-color css

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

 a { background-color: rgb(117,110,13); }

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

border-color css

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

 span { border-color: rgb(117,110,13); }

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