Html Css Color HEX #747123 Olivetone

📋 copy color: '#747123'

red 116 ◦ green 113 ◦ blue 35

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

Shades of Olivetone #747123

Tints of Olivetone #747123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 43.94%
G = 42.8%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#747123 (or 0x747123) is known color: Olivetone. HEX triplet: 74, 71 and 23. RGB value is (116,113,35). Sum of RGB (Red+Green+Blue) = 116+113+35=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #747123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747123 is #8B8EDC. Grayscale: #696969. Windows color (decimal): -9146077 or 2322804. OLE color: 2322804.

HSL color Cylindrical-coordinate representation of color #747123: hue angle of 57.78º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747123 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 35 -
CMYK 0 0.03 0.70 0.55
HSL 57.78º 0.54% 0.3% -
HSV(B) 57.78º 0.7% 0.45% -
XYZ 13.41 15.64 3.9 -
YUV 105.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 116 113 35 0 0.03 0.70 0.55 57.78 0.54 0.3
Hex 74 71 23 0 3 46 37 3A 36 1E
Octal 164 161 43 0 3 106 67 72 66 36
Binary 1110100 1110001 100011 0 11 1000110 110111 111010 110110 11110

Color Harmonies of #747123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747123

Black with #747123

Text Example


Text Example

White with #747123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747123; }

 p { color: rgb(116,113,35); }

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

background-color css

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

 a { background-color: rgb(116,113,35); }

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

border-color css

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

 span { border-color: rgb(116,113,35); }

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