Html Css Color HEX #74762D Olivetone

📋 copy color: '#74762D'

red 116 ◦ green 118 ◦ blue 45

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

Shades of Olivetone #74762D

Tints of Olivetone #74762D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 41.58%
G = 42.29%
B = 16.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#74762D (or 0x74762D) is known color: Olivetone. HEX triplet: 74, 76 and 2D. RGB value is (116,118,45). Sum of RGB (Red+Green+Blue) = 116+118+45=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #74762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74762D is #8B89D2. Grayscale: #6D6D6D. Windows color (decimal): -9144787 or 2979444. OLE color: 2979444.

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

Color convert

RGB 116 118 45 -
CMYK 0.02 0 0.62 0.54
HSL 61.64º 0.45% 0.32% -
HSV(B) 61.64º 0.62% 0.46% -
XYZ 14.15 16.86 4.99 -
YUV 109.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 116 118 45 0.02 0 0.62 0.54 61.64 0.45 0.32
Hex 74 76 2D 2 0 3E 36 3E 2D 20
Octal 164 166 55 2 0 76 66 76 55 40
Binary 1110100 1110110 101101 10 0 111110 110110 111110 101101 100000

Color Harmonies of #74762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74762D

Black with #74762D

Text Example


Text Example

White with #74762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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