Html Css Color HEX #747824 Olivetone

📋 copy color: '#747824'

red 116 ◦ green 120 ◦ blue 36

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

Shades of Olivetone #747824

Tints of Olivetone #747824

RGB

 RED value IS 116 (45.7% from 255) = 42.65%

 GREEN value IS 120 (47.27% from 255) = 44.12%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 42.65%
G = 44.12%
B = 13.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#747824 (or 0x747824) is known color: Olivetone. HEX triplet: 74, 78 and 24. RGB value is (116,120,36). Sum of RGB (Red+Green+Blue) = 116+120+36=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #747824 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747824 is #8B87DB. Grayscale: #6D6D6D. Windows color (decimal): -9144284 or 2390132. OLE color: 2390132.

HSL color Cylindrical-coordinate representation of color #747824: hue angle of 62.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747824 is Cyan = 0.03, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 36 -
CMYK 0.03 0 0.7 0.53
HSL 62.86º 0.54% 0.31% -
HSV(B) 62.86º 0.7% 0.47% -
XYZ 14.24 17.27 4.25 -
YUV 109.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 116 120 36 0.03 0 0.7 0.53 62.86 0.54 0.31
Hex 74 78 24 3 0 46 35 3F 36 1F
Octal 164 170 44 3 0 106 65 77 66 37
Binary 1110100 1111000 100100 11 0 1000110 110101 111111 110110 11111

Color Harmonies of #747824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747824

Black with #747824

Text Example


Text Example

White with #747824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747824; }

 p { color: rgb(116,120,36); }

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

background-color css

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

 a { background-color: rgb(116,120,36); }

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

border-color css

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

 span { border-color: rgb(116,120,36); }

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