Html Css Color HEX #747018 Olivetone

📋 copy color: '#747018'

red 116 ◦ green 112 ◦ blue 24

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

Shades of Olivetone #747018

Tints of Olivetone #747018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 46.03%
G = 44.44%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#747018 (or 0x747018) is known color: Olivetone. HEX triplet: 74, 70 and 18. RGB value is (116,112,24). Sum of RGB (Red+Green+Blue) = 116+112+24=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #747018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747018 is #8B8FE7. Grayscale: #676767. Windows color (decimal): -9146344 or 1601652. OLE color: 1601652.

HSL color Cylindrical-coordinate representation of color #747018: hue angle of 57.39º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #747018 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 24 -
CMYK 0 0.03 0.79 0.55
HSL 57.39º 0.66% 0.27% -
HSV(B) 57.39º 0.79% 0.45% -
XYZ 13.16 15.37 3.14 -
YUV 103.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 116 112 24 0 0.03 0.79 0.55 57.39 0.66 0.27
Hex 74 70 18 0 3 4F 37 39 42 1B
Octal 164 160 30 0 3 117 67 71 102 33
Binary 1110100 1110000 11000 0 11 1001111 110111 111001 1000010 11011

Color Harmonies of #747018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747018

Black with #747018

Text Example


Text Example

White with #747018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747018; }

 p { color: rgb(116,112,24); }

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

background-color css

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

 a { background-color: rgb(116,112,24); }

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

border-color css

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

 span { border-color: rgb(116,112,24); }

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