Html Css Color HEX #747218 Olivetone

📋 copy color: '#747218'

red 116 ◦ green 114 ◦ blue 24

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

Shades of Olivetone #747218

Tints of Olivetone #747218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

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

R = 45.67%
G = 44.88%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#747218 (or 0x747218) is known color: Olivetone. HEX triplet: 74, 72 and 18. RGB value is (116,114,24). Sum of RGB (Red+Green+Blue) = 116+114+24=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #747218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747218 is #8B8DE7. Grayscale: #686868. Windows color (decimal): -9145832 or 1602164. OLE color: 1602164.

HSL color Cylindrical-coordinate representation of color #747218: hue angle of 58.7º 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 #747218 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 24 -
CMYK 0 0.02 0.79 0.55
HSL 58.7º 0.66% 0.27% -
HSV(B) 58.7º 0.79% 0.45% -
XYZ 13.38 15.81 3.21 -
YUV 104.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 116 114 24 0 0.02 0.79 0.55 58.7 0.66 0.27
Hex 74 72 18 0 2 4F 37 3B 42 1B
Octal 164 162 30 0 2 117 67 73 102 33
Binary 1110100 1110010 11000 0 10 1001111 110111 111011 1000010 11011

Color Harmonies of #747218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747218

Black with #747218

Text Example


Text Example

White with #747218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747218; }

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

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

background-color css

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

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

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

border-color css

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

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

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