Html Css Color HEX #74762C Olivetone

📋 copy color: '#74762C'

red 116 ◦ green 118 ◦ blue 44

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

Shades of Olivetone #74762C

Tints of Olivetone #74762C

RGB

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

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

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

R = 41.73%
G = 42.45%
B = 15.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#74762C (or 0x74762C) is known color: Olivetone. HEX triplet: 74, 76 and 2C. RGB value is (116,118,44). Sum of RGB (Red+Green+Blue) = 116+118+44=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #74762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74762C is #8B89D3. Grayscale: #6D6D6D. Windows color (decimal): -9144788 or 2913908. OLE color: 2913908.

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

Color convert

RGB 116 118 44 -
CMYK 0.02 0 0.63 0.54
HSL 61.62º 0.46% 0.32% -
HSV(B) 61.62º 0.63% 0.46% -
XYZ 14.14 16.85 4.89 -
YUV 108.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 116 118 44 0.02 0 0.63 0.54 61.62 0.46 0.32
Hex 74 76 2C 2 0 3F 36 3E 2E 20
Octal 164 166 54 2 0 77 66 76 56 40
Binary 1110100 1110110 101100 10 0 111111 110110 111110 101110 100000

Color Harmonies of #74762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74762C

Black with #74762C

Text Example


Text Example

White with #74762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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