Html Css Color HEX #756C14 Olivetone

📋 copy color: '#756C14'

red 117 ◦ green 108 ◦ blue 20

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

Shades of Olivetone #756C14

Tints of Olivetone #756C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 47.76%
G = 44.08%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#756C14 (or 0x756C14) is known color: Olivetone. HEX triplet: 75, 6C and 14. RGB value is (117,108,20). Sum of RGB (Red+Green+Blue) = 117+108+20=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #756C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C14 is #8A93EB. Grayscale: #656565. Windows color (decimal): -9081836 or 1338485. OLE color: 1338485.

HSL color Cylindrical-coordinate representation of color #756C14: hue angle of 54.43º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #756C14 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 108 20 -
CMYK 0 0.08 0.83 0.54
HSL 54.43º 0.71% 0.27% -
HSV(B) 54.43º 0.83% 0.46% -
XYZ 12.82 14.56 2.8 -
YUV 100.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 117 108 20 0 0.08 0.83 0.54 54.43 0.71 0.27
Hex 75 6C 14 0 8 53 36 36 47 1B
Octal 165 154 24 0 10 123 66 66 107 33
Binary 1110101 1101100 10100 0 1000 1010011 110110 110110 1000111 11011

Color Harmonies of #756C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C14

Black with #756C14

Text Example


Text Example

White with #756C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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