Html Css Color HEX #747223 Olivetone

📋 copy color: '#747223'

red 116 ◦ green 114 ◦ blue 35

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

Shades of Olivetone #747223

Tints of Olivetone #747223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 43.77%
G = 43.02%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#747223 (or 0x747223) is known color: Olivetone. HEX triplet: 74, 72 and 23. RGB value is (116,114,35). Sum of RGB (Red+Green+Blue) = 116+114+35=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #747223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747223 is #8B8DDC. Grayscale: #696969. Windows color (decimal): -9145821 or 2323060. OLE color: 2323060.

HSL color Cylindrical-coordinate representation of color #747223: hue angle of 58.52º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747223 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 114 35 -
CMYK 0 0.02 0.70 0.55
HSL 58.52º 0.54% 0.3% -
HSV(B) 58.52º 0.7% 0.45% -
XYZ 13.52 15.87 3.94 -
YUV 105.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 116 114 35 0 0.02 0.70 0.55 58.52 0.54 0.3
Hex 74 72 23 0 2 46 37 3B 36 1E
Octal 164 162 43 0 2 106 67 73 66 36
Binary 1110100 1110010 100011 0 10 1000110 110111 111011 110110 11110

Color Harmonies of #747223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747223

Black with #747223

Text Example


Text Example

White with #747223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747223; }

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

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

background-color css

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

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

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

border-color css

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

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

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