Html Css Color HEX #74792E Olivetone

📋 copy color: '#74792E'

red 116 ◦ green 121 ◦ blue 46

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

Shades of Olivetone #74792E

Tints of Olivetone #74792E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.76%

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 40.99%
G = 42.76%
B = 16.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#74792E (or 0x74792E) is known color: Olivetone. HEX triplet: 74, 79 and 2E. RGB value is (116,121,46). Sum of RGB (Red+Green+Blue) = 116+121+46=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #74792E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74792E is #8B86D1. Grayscale: #6F6F6F. Windows color (decimal): -9144018 or 3045748. OLE color: 3045748.

HSL color Cylindrical-coordinate representation of color #74792E: hue angle of 64º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74792E is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 46 -
CMYK 0.04 0 0.62 0.53
HSL 64º 0.45% 0.33% -
HSV(B) 64º 0.62% 0.47% -
XYZ 14.53 17.59 5.21 -
YUV 110.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 116 121 46 0.04 0 0.62 0.53 64 0.45 0.33
Hex 74 79 2E 4 0 3E 35 40 2D 21
Octal 164 171 56 4 0 76 65 100 55 41
Binary 1110100 1111001 101110 100 0 111110 110101 1000000 101101 100001

Color Harmonies of #74792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74792E

Black with #74792E

Text Example


Text Example

White with #74792E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74792E; }

 p { color: rgb(116,121,46); }

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

background-color css

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

 a { background-color: rgb(116,121,46); }

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

border-color css

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

 span { border-color: rgb(116,121,46); }

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