Html Css Color HEX #746722 Olivetone

📋 copy color: '#746722'

red 116 ◦ green 103 ◦ blue 34

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

Shades of Olivetone #746722

Tints of Olivetone #746722

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.71%

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

R = 45.85%
G = 40.71%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#746722 (or 0x746722) is known color: Olivetone. HEX triplet: 74, 67 and 22. RGB value is (116,103,34). Sum of RGB (Red+Green+Blue) = 116+103+34=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #746722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746722 is #8B98DD. Grayscale: #636363. Windows color (decimal): -9148638 or 2254708. OLE color: 2254708.

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

Color convert

RGB 116 103 34 -
CMYK 0 0.11 0.71 0.55
HSL 50.49º 0.55% 0.29% -
HSV(B) 50.49º 0.71% 0.45% -
XYZ 12.34 13.53 3.47 -
YUV 99.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 116 103 34 0 0.11 0.71 0.55 50.49 0.55 0.29
Hex 74 67 22 0 B 47 37 32 37 1D
Octal 164 147 42 0 13 107 67 62 67 35
Binary 1110100 1100111 100010 0 1011 1000111 110111 110010 110111 11101

Color Harmonies of #746722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746722

Black with #746722

Text Example


Text Example

White with #746722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746722; }

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

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

background-color css

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

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

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

border-color css

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

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

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