Html Css Color HEX #74782D Olivetone

📋 copy color: '#74782D'

red 116 ◦ green 120 ◦ blue 45

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

Shades of Olivetone #74782D

Tints of Olivetone #74782D

RGB

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

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

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

R = 41.28%
G = 42.7%
B = 16.01%

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

#74782D (or 0x74782D) is known color: Olivetone. HEX triplet: 74, 78 and 2D. RGB value is (116,120,45). Sum of RGB (Red+Green+Blue) = 116+120+45=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #74782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74782D is #8B87D2. Grayscale: #6E6E6E. Windows color (decimal): -9144275 or 2979956. OLE color: 2979956.

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

Color convert

RGB 116 120 45 -
CMYK 0.03 0 0.63 0.53
HSL 63.2º 0.45% 0.32% -
HSV(B) 63.2º 0.63% 0.47% -
XYZ 14.39 17.34 5.07 -
YUV 110.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 116 120 45 0.03 0 0.63 0.53 63.2 0.45 0.32
Hex 74 78 2D 3 0 3F 35 3F 2D 20
Octal 164 170 55 3 0 77 65 77 55 40
Binary 1110100 1111000 101101 11 0 111111 110101 111111 101101 100000

Color Harmonies of #74782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74782D

Black with #74782D

Text Example


Text Example

White with #74782D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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