Html Css Color HEX #74762E Olivetone

📋 copy color: '#74762E'

red 116 ◦ green 118 ◦ blue 46

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

Shades of Olivetone #74762E

Tints of Olivetone #74762E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

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

R = 41.43%
G = 42.14%
B = 16.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#74762E (or 0x74762E) is known color: Olivetone. HEX triplet: 74, 76 and 2E. RGB value is (116,118,46). Sum of RGB (Red+Green+Blue) = 116+118+46=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #74762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74762E is #8B89D1. Grayscale: #6D6D6D. Windows color (decimal): -9144786 or 3044980. OLE color: 3044980.

HSL color Cylindrical-coordinate representation of color #74762E: hue angle of 61.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74762E is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 46 -
CMYK 0.02 0 0.61 0.54
HSL 61.67º 0.44% 0.32% -
HSV(B) 61.67º 0.61% 0.46% -
XYZ 14.17 16.87 5.09 -
YUV 109.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 116 118 46 0.02 0 0.61 0.54 61.67 0.44 0.32
Hex 74 76 2E 2 0 3D 36 3E 2C 20
Octal 164 166 56 2 0 75 66 76 54 40
Binary 1110100 1110110 101110 10 0 111101 110110 111110 101100 100000

Color Harmonies of #74762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74762E

Black with #74762E

Text Example


Text Example

White with #74762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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