Html Css Color HEX #747022 Olivetone

📋 copy color: '#747022'

red 116 ◦ green 112 ◦ blue 34

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

Shades of Olivetone #747022

Tints of Olivetone #747022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 44.27%
G = 42.75%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#747022 (or 0x747022) is known color: Olivetone. HEX triplet: 74, 70 and 22. RGB value is (116,112,34). Sum of RGB (Red+Green+Blue) = 116+112+34=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #747022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747022 is #8B8FDD. Grayscale: #686868. Windows color (decimal): -9146334 or 2257012. OLE color: 2257012.

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

Color convert

RGB 116 112 34 -
CMYK 0 0.03 0.71 0.55
HSL 57.07º 0.55% 0.29% -
HSV(B) 57.07º 0.71% 0.45% -
XYZ 13.29 15.42 3.79 -
YUV 104.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 116 112 34 0 0.03 0.71 0.55 57.07 0.55 0.29
Hex 74 70 22 0 3 47 37 39 37 1D
Octal 164 160 42 0 3 107 67 71 67 35
Binary 1110100 1110000 100010 0 11 1000111 110111 111001 110111 11101

Color Harmonies of #747022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747022

Black with #747022

Text Example


Text Example

White with #747022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747022; }

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

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

background-color css

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

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

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

border-color css

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

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

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