Html Css Color HEX #74AF69 Amulet

📋 copy color: '#74AF69'

red 116 ◦ green 175 ◦ blue 105

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

Shades of Amulet #74AF69

Tints of Amulet #74AF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

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

R = 29.29%
G = 44.19%
B = 26.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#74AF69 (or 0x74AF69) is known color: Amulet. HEX triplet: 74, AF and 69. RGB value is (116,175,105). Sum of RGB (Red+Green+Blue) = 116+175+105=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF69 is #8B5096. Grayscale: #959595. Windows color (decimal): -9130135 or 6926196. OLE color: 6926196.

HSL color Cylindrical-coordinate representation of color #74AF69: hue angle of 110.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74AF69 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 105 -
CMYK 0.34 0 0.40 0.31
HSL 110.57º 0.3% 0.55% -
HSV(B) 110.57º 0.4% 0.69% -
XYZ 25.08 35.39 18.87 -
YUV 149.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 116 175 105 0.34 0 0.40 0.31 110.57 0.3 0.55
Hex 74 AF 69 22 0 28 1F 6F 1E 37
Octal 164 257 151 42 0 50 37 157 36 67
Binary 1110100 10101111 1101001 100010 0 101000 11111 1101111 11110 110111

Color Harmonies of #74AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF69

Black with #74AF69

Text Example


Text Example

White with #74AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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