Html Css Color HEX #756C0B Olive

📋 copy color: '#756C0B'

red 117 ◦ green 108 ◦ blue 11

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

Shades of Olive #756C0B

Tints of Olive #756C0B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.76%

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

R = 49.58%
G = 45.76%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#756C0B (or 0x756C0B) is known color: Olive. HEX triplet: 75, 6C and 0B. RGB value is (117,108,11). Sum of RGB (Red+Green+Blue) = 117+108+11=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #756C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C0B is #8A93F4. Grayscale: #646464. Windows color (decimal): -9081845 or 748661. OLE color: 748661.

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

Color convert

RGB 117 108 11 -
CMYK 0 0.08 0.91 0.54
HSL 54.91º 0.83% 0.25% -
HSV(B) 54.91º 0.91% 0.46% -
XYZ 12.76 14.53 2.45 -
YUV 99.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 117 108 11 0 0.08 0.91 0.54 54.91 0.83 0.25
Hex 75 6C B 0 8 5B 36 37 53 19
Octal 165 154 13 0 10 133 66 67 123 31
Binary 1110101 1101100 1011 0 1000 1011011 110110 110111 1010011 11001

Color Harmonies of #756C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C0B

Black with #756C0B

Text Example


Text Example

White with #756C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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