Html Css Color HEX #756E0A Olive

📋 copy color: '#756E0A'

red 117 ◦ green 110 ◦ blue 10

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

Shades of Olive #756E0A

Tints of Olive #756E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 49.37%
G = 46.41%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#756E0A (or 0x756E0A) is known color: Olive. HEX triplet: 75, 6E and 0A. RGB value is (117,110,10). Sum of RGB (Red+Green+Blue) = 117+110+10=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #756E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E0A is #8A91F5. Grayscale: #656565. Windows color (decimal): -9081334 or 683637. OLE color: 683637.

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

Color convert

RGB 117 110 10 -
CMYK 0 0.06 0.91 0.54
HSL 56.07º 0.84% 0.25% -
HSV(B) 56.07º 0.91% 0.46% -
XYZ 12.97 14.96 2.49 -
YUV 100.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 117 110 10 0 0.06 0.91 0.54 56.07 0.84 0.25
Hex 75 6E A 0 6 5B 36 38 54 19
Octal 165 156 12 0 6 133 66 70 124 31
Binary 1110101 1101110 1010 0 110 1011011 110110 111000 1010100 11001

Color Harmonies of #756E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E0A

Black with #756E0A

Text Example


Text Example

White with #756E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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