Html Css Color HEX #756F0D Olive

📋 copy color: '#756F0D'

red 117 ◦ green 111 ◦ blue 13

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

Shades of Olive #756F0D

Tints of Olive #756F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.06%

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

R = 48.55%
G = 46.06%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#756F0D (or 0x756F0D) is known color: Olive. HEX triplet: 75, 6F and 0D. RGB value is (117,111,13). Sum of RGB (Red+Green+Blue) = 117+111+13=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 111 (43.75% from 255 or 46.06% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F0D is #8A90F2. Grayscale: #666666. Windows color (decimal): -9081075 or 880501. OLE color: 880501.

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

Color convert

RGB 117 111 13 -
CMYK 0 0.05 0.89 0.54
HSL 56.54º 0.8% 0.25% -
HSV(B) 56.54º 0.89% 0.46% -
XYZ 13.09 15.18 2.62 -
YUV 101.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 117 111 13 0 0.05 0.89 0.54 56.54 0.8 0.25
Hex 75 6F D 0 5 59 36 39 50 19
Octal 165 157 15 0 5 131 66 71 120 31
Binary 1110101 1101111 1101 0 101 1011001 110110 111001 1010000 11001

Color Harmonies of #756F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F0D

Black with #756F0D

Text Example


Text Example

White with #756F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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