Html Css Color HEX #74894A Dingley

📋 copy color: '#74894A'

red 116 ◦ green 137 ◦ blue 74

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

Shades of Dingley #74894A

Tints of Dingley #74894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.9%

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 35.47%
G = 41.9%
B = 22.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#74894A (or 0x74894A) is known color: Dingley. HEX triplet: 74, 89 and 4A. RGB value is (116,137,74). Sum of RGB (Red+Green+Blue) = 116+137+74=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #74894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74894A is #8B76B5. Grayscale: #7B7B7B. Windows color (decimal): -9139894 or 4884852. OLE color: 4884852.

HSL color Cylindrical-coordinate representation of color #74894A: hue angle of 80º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74894A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 137 74 -
CMYK 0.15 0 0.46 0.46
HSL 80º 0.3% 0.41% -
HSV(B) 80º 0.46% 0.54% -
XYZ 17.38 22.1 9.83 -
YUV 123.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 116 137 74 0.15 0 0.46 0.46 80 0.3 0.41
Hex 74 89 4A F 0 2E 2E 50 1E 29
Octal 164 211 112 17 0 56 56 120 36 51
Binary 1110100 10001001 1001010 1111 0 101110 101110 1010000 11110 101001

Color Harmonies of #74894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74894A

Black with #74894A

Text Example


Text Example

White with #74894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74894A; }

 p { color: rgb(116,137,74); }

 H1.HeaderClassName
 {
   color: #74894A;
 }
 .AnyTagClassName
 {
   color: #74894A;
 }
</style>

background-color css

<style>
 a { background-color: #74894A; }

 a { background-color: rgb(116,137,74); }

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

border-color css

<style>
 span { border-color: #74894A; }

 span { border-color: rgb(116,137,74); }

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