Html Css Color HEX #747023 Olivetone

📋 copy color: '#747023'

red 116 ◦ green 112 ◦ blue 35

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

Shades of Olivetone #747023

Tints of Olivetone #747023

RGB

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

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

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

R = 44.11%
G = 42.59%
B = 13.31%

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

#747023 (or 0x747023) is known color: Olivetone. HEX triplet: 74, 70 and 23. RGB value is (116,112,35). Sum of RGB (Red+Green+Blue) = 116+112+35=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #747023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747023 is #8B8FDC. Grayscale: #686868. Windows color (decimal): -9146333 or 2322548. OLE color: 2322548.

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

Color convert

RGB 116 112 35 -
CMYK 0 0.03 0.70 0.55
HSL 57.04º 0.54% 0.3% -
HSV(B) 57.04º 0.7% 0.45% -
XYZ 13.3 15.42 3.87 -
YUV 104.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 116 112 35 0 0.03 0.70 0.55 57.04 0.54 0.3
Hex 74 70 23 0 3 46 37 39 36 1E
Octal 164 160 43 0 3 106 67 71 66 36
Binary 1110100 1110000 100011 0 11 1000110 110111 111001 110110 11110

Color Harmonies of #747023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747023

Black with #747023

Text Example


Text Example

White with #747023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747023; }

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

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

background-color css

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

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

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

border-color css

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

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

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