Html Css Color HEX #747028 Olivetone

📋 copy color: '#747028'

red 116 ◦ green 112 ◦ blue 40

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

Shades of Olivetone #747028

Tints of Olivetone #747028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 43.28%
G = 41.79%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#747028 (or 0x747028) is known color: Olivetone. HEX triplet: 74, 70 and 28. RGB value is (116,112,40). Sum of RGB (Red+Green+Blue) = 116+112+40=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #747028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747028 is #8B8FD7. Grayscale: #696969. Windows color (decimal): -9146328 or 2650228. OLE color: 2650228.

HSL color Cylindrical-coordinate representation of color #747028: hue angle of 56.84º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #747028 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 40 -
CMYK 0 0.03 0.66 0.55
HSL 56.84º 0.49% 0.31% -
HSV(B) 56.84º 0.66% 0.45% -
XYZ 13.38 15.45 4.29 -
YUV 104.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 116 112 40 0 0.03 0.66 0.55 56.84 0.49 0.31
Hex 74 70 28 0 3 42 37 39 31 1F
Octal 164 160 50 0 3 102 67 71 61 37
Binary 1110100 1110000 101000 0 11 1000010 110111 111001 110001 11111

Color Harmonies of #747028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747028

Black with #747028

Text Example


Text Example

White with #747028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747028; }

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

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

background-color css

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

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

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

border-color css

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

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

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