Html Css Color HEX #756919 Olivetone

📋 copy color: '#756919'

red 117 ◦ green 105 ◦ blue 25

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

Shades of Olivetone #756919

Tints of Olivetone #756919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 47.37%
G = 42.51%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#756919 (or 0x756919) is known color: Olivetone. HEX triplet: 75, 69 and 19. RGB value is (117,105,25). Sum of RGB (Red+Green+Blue) = 117+105+25=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #756919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756919 is #8A96E6. Grayscale: #636363. Windows color (decimal): -9082599 or 1665397. OLE color: 1665397.

HSL color Cylindrical-coordinate representation of color #756919: hue angle of 52.17º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #756919 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 25 -
CMYK 0 0.10 0.79 0.54
HSL 52.17º 0.65% 0.28% -
HSV(B) 52.17º 0.79% 0.46% -
XYZ 12.56 13.96 2.95 -
YUV 99.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 117 105 25 0 0.10 0.79 0.54 52.17 0.65 0.28
Hex 75 69 19 0 A 4F 36 34 41 1C
Octal 165 151 31 0 12 117 66 64 101 34
Binary 1110101 1101001 11001 0 1010 1001111 110110 110100 1000001 11100

Color Harmonies of #756919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756919

Black with #756919

Text Example


Text Example

White with #756919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756919; }

 p { color: rgb(117,105,25); }

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

background-color css

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

 a { background-color: rgb(117,105,25); }

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

border-color css

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

 span { border-color: rgb(117,105,25); }

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