Html Css Color HEX #747222 Olivetone

📋 copy color: '#747222'

red 116 ◦ green 114 ◦ blue 34

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

Shades of Olivetone #747222

Tints of Olivetone #747222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.88%

R = 43.94%
G = 43.18%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#747222 (or 0x747222) is known color: Olivetone. HEX triplet: 74, 72 and 22. RGB value is (116,114,34). Sum of RGB (Red+Green+Blue) = 116+114+34=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #747222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747222 is #8B8DDD. Grayscale: #696969. Windows color (decimal): -9145822 or 2257524. OLE color: 2257524.

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

Color convert

RGB 116 114 34 -
CMYK 0 0.02 0.71 0.55
HSL 58.54º 0.55% 0.29% -
HSV(B) 58.54º 0.71% 0.45% -
XYZ 13.51 15.86 3.86 -
YUV 105.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 116 114 34 0 0.02 0.71 0.55 58.54 0.55 0.29
Hex 74 72 22 0 2 47 37 3B 37 1D
Octal 164 162 42 0 2 107 67 73 67 35
Binary 1110100 1110010 100010 0 10 1000111 110111 111011 110111 11101

Color Harmonies of #747222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747222

Black with #747222

Text Example


Text Example

White with #747222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747222; }

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

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

background-color css

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

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

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

border-color css

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

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

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