Html Css Color HEX #756D0B Olive

📋 copy color: '#756D0B'

red 117 ◦ green 109 ◦ blue 11

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

Shades of Olive #756D0B

Tints of Olive #756D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 49.37%
G = 45.99%
B = 4.64%

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

#756D0B (or 0x756D0B) is known color: Olive. HEX triplet: 75, 6D and 0B. RGB value is (117,109,11). Sum of RGB (Red+Green+Blue) = 117+109+11=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #756D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D0B is #8A92F4. Grayscale: #646464. Windows color (decimal): -9081589 or 748917. OLE color: 748917.

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

Color convert

RGB 117 109 11 -
CMYK 0 0.07 0.91 0.54
HSL 55.47º 0.83% 0.25% -
HSV(B) 55.47º 0.91% 0.46% -
XYZ 12.87 14.74 2.48 -
YUV 100.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 117 109 11 0 0.07 0.91 0.54 55.47 0.83 0.25
Hex 75 6D B 0 7 5B 36 37 53 19
Octal 165 155 13 0 7 133 66 67 123 31
Binary 1110101 1101101 1011 0 111 1011011 110110 110111 1010011 11001

Color Harmonies of #756D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D0B

Black with #756D0B

Text Example


Text Example

White with #756D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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