Html Css Color HEX #756D0D Olive

📋 copy color: '#756D0D'

red 117 ◦ green 109 ◦ blue 13

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

Shades of Olive #756D0D

Tints of Olive #756D0D

RGB

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

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

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

R = 48.95%
G = 45.61%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#756D0D (or 0x756D0D) is known color: Olive. HEX triplet: 75, 6D and 0D. RGB value is (117,109,13). Sum of RGB (Red+Green+Blue) = 117+109+13=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #756D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D0D is #8A92F2. Grayscale: #646464. Windows color (decimal): -9081587 or 879989. OLE color: 879989.

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

Color convert

RGB 117 109 13 -
CMYK 0 0.07 0.89 0.54
HSL 55.38º 0.8% 0.25% -
HSV(B) 55.38º 0.89% 0.46% -
XYZ 12.88 14.75 2.55 -
YUV 100.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 117 109 13 0 0.07 0.89 0.54 55.38 0.8 0.25
Hex 75 6D D 0 7 59 36 37 50 19
Octal 165 155 15 0 7 131 66 67 120 31
Binary 1110101 1101101 1101 0 111 1011001 110110 110111 1010000 11001

Color Harmonies of #756D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D0D

Black with #756D0D

Text Example


Text Example

White with #756D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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