Html Css Color HEX #74A762 Amulet

📋 copy color: '#74A762'

red 116 ◦ green 167 ◦ blue 98

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

Shades of Amulet #74A762

Tints of Amulet #74A762

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.83%

 BLUE value IS 98 (38.67% from 255) = 25.72%

R = 30.45%
G = 43.83%
B = 25.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#74A762 (or 0x74A762) is known color: Amulet. HEX triplet: 74, A7 and 62. RGB value is (116,167,98). Sum of RGB (Red+Green+Blue) = 116+167+98=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #74A762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A762 is #8B589D. Grayscale: #909090. Windows color (decimal): -9132190 or 6465396. OLE color: 6465396.

HSL color Cylindrical-coordinate representation of color #74A762: hue angle of 104.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74A762 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 167 98 -
CMYK 0.31 0 0.41 0.35
HSL 104.35º 0.28% 0.52% -
HSV(B) 104.35º 0.41% 0.65% -
XYZ 23.23 32.23 16.55 -
YUV 143.89 102.1 108.11 -
System Red Green Blue C M Y K H S L
Decimal 116 167 98 0.31 0 0.41 0.35 104.35 0.28 0.52
Hex 74 A7 62 1F 0 29 23 68 1C 34
Octal 164 247 142 37 0 51 43 150 34 64
Binary 1110100 10100111 1100010 11111 0 101001 100011 1101000 11100 110100

Color Harmonies of #74A762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A762

Black with #74A762

Text Example


Text Example

White with #74A762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A762; }

 p { color: rgb(116,167,98); }

 H1.HeaderClassName
 {
   color: #74A762;
 }
 .AnyTagClassName
 {
   color: #74A762;
 }
</style>

background-color css

<style>
 a { background-color: #74A762; }

 a { background-color: rgb(116,167,98); }

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

border-color css

<style>
 span { border-color: #74A762; }

 span { border-color: rgb(116,167,98); }

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