Html Css Color HEX #6AA682 Oxley

📋 copy color: '#6AA682'

red 106 ◦ green 166 ◦ blue 130

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

Shades of Oxley #6AA682

Tints of Oxley #6AA682

RGB

 RED value IS 106 (41.8% from 255) = 26.37%

 GREEN value IS 166 (65.23% from 255) = 41.29%

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 26.37%
G = 41.29%
B = 32.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#6AA682 (or 0x6AA682) is known color: Oxley. HEX triplet: 6A, A6 and 82. RGB value is (106,166,130). Sum of RGB (Red+Green+Blue) = 106+166+130=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA682 is #95597D. Grayscale: #909090. Windows color (decimal): -9787774 or 8562282. OLE color: 8562282.

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

Color convert

RGB 106 166 130 -
CMYK 0.36 0 0.22 0.35
HSL 144º 0.25% 0.53% -
HSV(B) 144º 0.36% 0.65% -
XYZ 23.61 31.95 26.04 -
YUV 143.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 106 166 130 0.36 0 0.22 0.35 144 0.25 0.53
Hex 6A A6 82 24 0 16 23 90 19 35
Octal 152 246 202 44 0 26 43 220 31 65
Binary 1101010 10100110 10000010 100100 0 10110 100011 10010000 11001 110101

Color Harmonies of #6AA682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA682

Black with #6AA682

Text Example


Text Example

White with #6AA682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,166,130); }

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

background-color css

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

 a { background-color: rgb(106,166,130); }

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

border-color css

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

 span { border-color: rgb(106,166,130); }

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