Html Css Color HEX #7CAF67 Amulet

📋 copy color: '#7CAF67'

red 124 ◦ green 175 ◦ blue 103

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

Shades of Amulet #7CAF67

Tints of Amulet #7CAF67

RGB

 RED value IS 124 (48.83% from 255) = 30.85%

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

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

R = 30.85%
G = 43.53%
B = 25.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#7CAF67 (or 0x7CAF67) is known color: Amulet. HEX triplet: 7C, AF and 67. RGB value is (124,175,103). Sum of RGB (Red+Green+Blue) = 124+175+103=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF67 is #835098. Grayscale: #979797. Windows color (decimal): -8605849 or 6795132. OLE color: 6795132.

HSL color Cylindrical-coordinate representation of color #7CAF67: hue angle of 102.5º 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 #7CAF67 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 175 103 -
CMYK 0.29 0 0.41 0.31
HSL 102.5º 0.31% 0.55% -
HSV(B) 102.5º 0.41% 0.69% -
XYZ 26.09 35.92 18.39 -
YUV 151.54 100.6 108.35 -
System Red Green Blue C M Y K H S L
Decimal 124 175 103 0.29 0 0.41 0.31 102.5 0.31 0.55
Hex 7C AF 67 1D 0 29 1F 66 1F 37
Octal 174 257 147 35 0 51 37 146 37 67
Binary 1111100 10101111 1100111 11101 0 101001 11111 1100110 11111 110111

Color Harmonies of #7CAF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAF67

Black with #7CAF67

Text Example


Text Example

White with #7CAF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CAF67; }

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

 H1.HeaderClassName
 {
   color: #7CAF67;
 }
 .AnyTagClassName
 {
   color: #7CAF67;
 }
</style>

background-color css

<style>
 a { background-color: #7CAF67; }

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

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

border-color css

<style>
 span { border-color: #7CAF67; }

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

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