Html Css Color HEX #74772C Olivetone

📋 copy color: '#74772C'

red 116 ◦ green 119 ◦ blue 44

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

Shades of Olivetone #74772C

Tints of Olivetone #74772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.65%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 41.58%
G = 42.65%
B = 15.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#74772C (or 0x74772C) is known color: Olivetone. HEX triplet: 74, 77 and 2C. RGB value is (116,119,44). Sum of RGB (Red+Green+Blue) = 116+119+44=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #74772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74772C is #8B88D3. Grayscale: #6D6D6D. Windows color (decimal): -9144532 or 2914164. OLE color: 2914164.

HSL color Cylindrical-coordinate representation of color #74772C: hue angle of 62.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74772C is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 44 -
CMYK 0.03 0 0.63 0.53
HSL 62.4º 0.46% 0.32% -
HSV(B) 62.4º 0.63% 0.47% -
XYZ 14.25 17.09 4.93 -
YUV 109.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 116 119 44 0.03 0 0.63 0.53 62.4 0.46 0.32
Hex 74 77 2C 3 0 3F 35 3E 2E 20
Octal 164 167 54 3 0 77 65 76 56 40
Binary 1110100 1110111 101100 11 0 111111 110101 111110 101110 100000

Color Harmonies of #74772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74772C

Black with #74772C

Text Example


Text Example

White with #74772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74772C; }

 p { color: rgb(116,119,44); }

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

background-color css

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

 a { background-color: rgb(116,119,44); }

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

border-color css

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

 span { border-color: rgb(116,119,44); }

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