Html Css Color HEX #74A269 Amulet

📋 copy color: '#74A269'

red 116 ◦ green 162 ◦ blue 105

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

Shades of Amulet #74A269

Tints of Amulet #74A269

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.3%

 BLUE value IS 105 (41.41% from 255) = 27.42%

R = 30.29%
G = 42.3%
B = 27.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#74A269 (or 0x74A269) is known color: Amulet. HEX triplet: 74, A2 and 69. RGB value is (116,162,105). Sum of RGB (Red+Green+Blue) = 116+162+105=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #74A269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A269 is #8B5D96. Grayscale: #8D8D8D. Windows color (decimal): -9133463 or 6922868. OLE color: 6922868.

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

Color convert

RGB 116 162 105 -
CMYK 0.28 0 0.35 0.36
HSL 108.42º 0.23% 0.52% -
HSV(B) 108.42º 0.35% 0.64% -
XYZ 22.67 30.57 18.07 -
YUV 141.75 107.26 109.63 -
System Red Green Blue C M Y K H S L
Decimal 116 162 105 0.28 0 0.35 0.36 108.42 0.23 0.52
Hex 74 A2 69 1C 0 23 24 6C 17 34
Octal 164 242 151 34 0 43 44 154 27 64
Binary 1110100 10100010 1101001 11100 0 100011 100100 1101100 10111 110100

Color Harmonies of #74A269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A269

Black with #74A269

Text Example


Text Example

White with #74A269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,162,105); }

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

background-color css

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

 a { background-color: rgb(116,162,105); }

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

border-color css

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

 span { border-color: rgb(116,162,105); }

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