Html Css Color HEX #74782C Olivetone

📋 copy color: '#74782C'

red 116 ◦ green 120 ◦ blue 44

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

Shades of Olivetone #74782C

Tints of Olivetone #74782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

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

R = 41.43%
G = 42.86%
B = 15.71%

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

#74782C (or 0x74782C) is known color: Olivetone. HEX triplet: 74, 78 and 2C. RGB value is (116,120,44). Sum of RGB (Red+Green+Blue) = 116+120+44=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #74782C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782C is #8B87D3. Grayscale: #6E6E6E. Windows color (decimal): -9144276 or 2914420. OLE color: 2914420.

HSL color Cylindrical-coordinate representation of color #74782C: hue angle of 63.16º 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 #74782C is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 44 -
CMYK 0.03 0 0.63 0.53
HSL 63.16º 0.46% 0.32% -
HSV(B) 63.16º 0.63% 0.47% -
XYZ 14.37 17.33 4.97 -
YUV 110.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 116 120 44 0.03 0 0.63 0.53 63.16 0.46 0.32
Hex 74 78 2C 3 0 3F 35 3F 2E 20
Octal 164 170 54 3 0 77 65 77 56 40
Binary 1110100 1111000 101100 11 0 111111 110101 111111 101110 100000

Color Harmonies of #74782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74782C

Black with #74782C

Text Example


Text Example

White with #74782C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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