Html Css Color HEX #74762A Olivetone

📋 copy color: '#74762A'

red 116 ◦ green 118 ◦ blue 42

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

Shades of Olivetone #74762A

Tints of Olivetone #74762A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 42.03%
G = 42.75%
B = 15.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#74762A (or 0x74762A) is known color: Olivetone. HEX triplet: 74, 76 and 2A. RGB value is (116,118,42). Sum of RGB (Red+Green+Blue) = 116+118+42=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #74762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74762A is #8B89D5. Grayscale: #6D6D6D. Windows color (decimal): -9144790 or 2782836. OLE color: 2782836.

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

Color convert

RGB 116 118 42 -
CMYK 0.02 0 0.64 0.54
HSL 61.58º 0.48% 0.31% -
HSV(B) 61.58º 0.64% 0.46% -
XYZ 14.1 16.84 4.7 -
YUV 108.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 116 118 42 0.02 0 0.64 0.54 61.58 0.48 0.31
Hex 74 76 2A 2 0 40 36 3E 30 1F
Octal 164 166 52 2 0 100 66 76 60 37
Binary 1110100 1110110 101010 10 0 1000000 110110 111110 110000 11111

Color Harmonies of #74762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74762A

Black with #74762A

Text Example


Text Example

White with #74762A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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