Html Css Color HEX #6BA762 Amulet

📋 copy color: '#6BA762'

red 107 ◦ green 167 ◦ blue 98

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

Shades of Amulet #6BA762

Tints of Amulet #6BA762

RGB

 RED value IS 107 (42.19% from 255) = 28.76%

 GREEN value IS 167 (65.63% from 255) = 44.89%

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 28.76%
G = 44.89%
B = 26.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#6BA762 (or 0x6BA762) is known color: Amulet. HEX triplet: 6B, A7 and 62. RGB value is (107,167,98). Sum of RGB (Red+Green+Blue) = 107+167+98=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA762 is #94589D. Grayscale: #8D8D8D. Windows color (decimal): -9722014 or 6465387. OLE color: 6465387.

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

Color convert

RGB 107 167 98 -
CMYK 0.36 0 0.41 0.35
HSL 112.17º 0.28% 0.52% -
HSV(B) 112.17º 0.41% 0.65% -
XYZ 22.09 31.65 16.5 -
YUV 141.19 103.62 103.61 -
System Red Green Blue C M Y K H S L
Decimal 107 167 98 0.36 0 0.41 0.35 112.17 0.28 0.52
Hex 6B A7 62 24 0 29 23 70 1C 34
Octal 153 247 142 44 0 51 43 160 34 64
Binary 1101011 10100111 1100010 100100 0 101001 100011 1110000 11100 110100

Color Harmonies of #6BA762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA762

Black with #6BA762

Text Example


Text Example

White with #6BA762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BA762; }

 p { color: rgb(107,167,98); }

 H1.HeaderClassName
 {
   color: #6BA762;
 }
 .AnyTagClassName
 {
   color: #6BA762;
 }
</style>

background-color css

<style>
 a { background-color: #6BA762; }

 a { background-color: rgb(107,167,98); }

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

border-color css

<style>
 span { border-color: #6BA762; }

 span { border-color: rgb(107,167,98); }

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