Html Css Color HEX #74AF67 Amulet

📋 copy color: '#74AF67'

red 116 ◦ green 175 ◦ blue 103

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

Shades of Amulet #74AF67

Tints of Amulet #74AF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.14%

R = 29.44%
G = 44.42%
B = 26.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#74AF67 (or 0x74AF67) is known color: Amulet. HEX triplet: 74, AF and 67. RGB value is (116,175,103). Sum of RGB (Red+Green+Blue) = 116+175+103=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF67 is #8B5098. Grayscale: #959595. Windows color (decimal): -9130137 or 6795124. OLE color: 6795124.

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

Color convert

RGB 116 175 103 -
CMYK 0.34 0 0.41 0.31
HSL 109.17º 0.31% 0.55% -
HSV(B) 109.17º 0.41% 0.69% -
XYZ 24.98 35.35 18.34 -
YUV 149.15 101.95 104.35 -
System Red Green Blue C M Y K H S L
Decimal 116 175 103 0.34 0 0.41 0.31 109.17 0.31 0.55
Hex 74 AF 67 22 0 29 1F 6D 1F 37
Octal 164 257 147 42 0 51 37 155 37 67
Binary 1110100 10101111 1100111 100010 0 101001 11111 1101101 11111 110111

Color Harmonies of #74AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF67

Black with #74AF67

Text Example


Text Example

White with #74AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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