Html Css Color HEX #7BAF68 Amulet

📋 copy color: '#7BAF68'

red 123 ◦ green 175 ◦ blue 104

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

Shades of Amulet #7BAF68

Tints of Amulet #7BAF68

RGB

 RED value IS 123 (48.44% from 255) = 30.6%

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

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 30.6%
G = 43.53%
B = 25.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#7BAF68 (or 0x7BAF68) is known color: Amulet. HEX triplet: 7B, AF and 68. RGB value is (123,175,104). Sum of RGB (Red+Green+Blue) = 123+175+104=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAF68 is #845097. Grayscale: #979797. Windows color (decimal): -8671384 or 6860667. OLE color: 6860667.

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

Color convert

RGB 123 175 104 -
CMYK 0.30 0 0.41 0.31
HSL 103.94º 0.31% 0.55% -
HSV(B) 103.94º 0.41% 0.69% -
XYZ 26 35.87 18.65 -
YUV 151.36 101.27 107.77 -
System Red Green Blue C M Y K H S L
Decimal 123 175 104 0.30 0 0.41 0.31 103.94 0.31 0.55
Hex 7B AF 68 1E 0 29 1F 68 1F 37
Octal 173 257 150 36 0 51 37 150 37 67
Binary 1111011 10101111 1101000 11110 0 101001 11111 1101000 11111 110111

Color Harmonies of #7BAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF68

Black with #7BAF68

Text Example


Text Example

White with #7BAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,104); }

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

background-color css

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

 a { background-color: rgb(123,175,104); }

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

border-color css

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

 span { border-color: rgb(123,175,104); }

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