Html Css Color HEX #747228 Olivetone

📋 copy color: '#747228'

red 116 ◦ green 114 ◦ blue 40

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

Shades of Olivetone #747228

Tints of Olivetone #747228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 42.96%
G = 42.22%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#747228 (or 0x747228) is known color: Olivetone. HEX triplet: 74, 72 and 28. RGB value is (116,114,40). Sum of RGB (Red+Green+Blue) = 116+114+40=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #747228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747228 is #8B8DD7. Grayscale: #6A6A6A. Windows color (decimal): -9145816 or 2650740. OLE color: 2650740.

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

Color convert

RGB 116 114 40 -
CMYK 0 0.02 0.66 0.55
HSL 58.42º 0.49% 0.31% -
HSV(B) 58.42º 0.66% 0.45% -
XYZ 13.6 15.9 4.36 -
YUV 106.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 116 114 40 0 0.02 0.66 0.55 58.42 0.49 0.31
Hex 74 72 28 0 2 42 37 3A 31 1F
Octal 164 162 50 0 2 102 67 72 61 37
Binary 1110100 1110010 101000 0 10 1000010 110111 111010 110001 11111

Color Harmonies of #747228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747228

Black with #747228

Text Example


Text Example

White with #747228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747228; }

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

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

background-color css

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

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

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

border-color css

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

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

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