Html Css Color HEX #747226 Olivetone

📋 copy color: '#747226'

red 116 ◦ green 114 ◦ blue 38

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

Shades of Olivetone #747226

Tints of Olivetone #747226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 43.28%
G = 42.54%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#747226 (or 0x747226) is known color: Olivetone. HEX triplet: 74, 72 and 26. RGB value is (116,114,38). Sum of RGB (Red+Green+Blue) = 116+114+38=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #747226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747226 is #8B8DD9. Grayscale: #6A6A6A. Windows color (decimal): -9145818 or 2519668. OLE color: 2519668.

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

Color convert

RGB 116 114 38 -
CMYK 0 0.02 0.67 0.55
HSL 58.46º 0.51% 0.3% -
HSV(B) 58.46º 0.67% 0.45% -
XYZ 13.57 15.89 4.19 -
YUV 105.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 116 114 38 0 0.02 0.67 0.55 58.46 0.51 0.3
Hex 74 72 26 0 2 43 37 3A 33 1E
Octal 164 162 46 0 2 103 67 72 63 36
Binary 1110100 1110010 100110 0 10 1000011 110111 111010 110011 11110

Color Harmonies of #747226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747226

Black with #747226

Text Example


Text Example

White with #747226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747226; }

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

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

background-color css

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

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

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

border-color css

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

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

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