Html Css Color HEX #756D0A Olive

📋 copy color: '#756D0A'

red 117 ◦ green 109 ◦ blue 10

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

Shades of Olive #756D0A

Tints of Olive #756D0A

RGB

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

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

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

R = 49.58%
G = 46.19%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#756D0A (or 0x756D0A) is known color: Olive. HEX triplet: 75, 6D and 0A. RGB value is (117,109,10). Sum of RGB (Red+Green+Blue) = 117+109+10=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #756D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D0A is #8A92F5. Grayscale: #646464. Windows color (decimal): -9081590 or 683381. OLE color: 683381.

HSL color Cylindrical-coordinate representation of color #756D0A: hue angle of 55.51º 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 #756D0A is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 10 -
CMYK 0 0.07 0.91 0.54
HSL 55.51º 0.84% 0.25% -
HSV(B) 55.51º 0.91% 0.46% -
XYZ 12.86 14.74 2.45 -
YUV 100.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 117 109 10 0 0.07 0.91 0.54 55.51 0.84 0.25
Hex 75 6D A 0 7 5B 36 38 54 19
Octal 165 155 12 0 7 133 66 70 124 31
Binary 1110101 1101101 1010 0 111 1011011 110110 111000 1010100 11001

Color Harmonies of #756D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D0A

Black with #756D0A

Text Example


Text Example

White with #756D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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