Html Css Color HEX #747322 Olivetone

📋 copy color: '#747322'

red 116 ◦ green 115 ◦ blue 34

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

Shades of Olivetone #747322

Tints of Olivetone #747322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

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

R = 43.77%
G = 43.4%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#747322 (or 0x747322) is known color: Olivetone. HEX triplet: 74, 73 and 22. RGB value is (116,115,34). Sum of RGB (Red+Green+Blue) = 116+115+34=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #747322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747322 is #8B8CDD. Grayscale: #6A6A6A. Windows color (decimal): -9145566 or 2257780. OLE color: 2257780.

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

Color convert

RGB 116 115 34 -
CMYK 0 0.01 0.71 0.55
HSL 59.27º 0.55% 0.29% -
HSV(B) 59.27º 0.71% 0.45% -
XYZ 13.62 16.09 3.9 -
YUV 106.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 116 115 34 0 0.01 0.71 0.55 59.27 0.55 0.29
Hex 74 73 22 0 1 47 37 3B 37 1D
Octal 164 163 42 0 1 107 67 73 67 35
Binary 1110100 1110011 100010 0 1 1000111 110111 111011 110111 11101

Color Harmonies of #747322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747322

Black with #747322

Text Example


Text Example

White with #747322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747322; }

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

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

background-color css

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

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

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

border-color css

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

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

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