Html Css Color HEX #6AAA7A Oxley

📋 copy color: '#6AAA7A'

red 106 ◦ green 170 ◦ blue 122

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

Shades of Oxley #6AAA7A

Tints of Oxley #6AAA7A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.71%

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 26.63%
G = 42.71%
B = 30.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#6AAA7A (or 0x6AAA7A) is known color: Oxley. HEX triplet: 6A, AA and 7A. RGB value is (106,170,122). Sum of RGB (Red+Green+Blue) = 106+170+122=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA7A is #955585. Grayscale: #919191. Windows color (decimal): -9786758 or 8039018. OLE color: 8039018.

HSL color Cylindrical-coordinate representation of color #6AAA7A: hue angle of 135º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA7A is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 122 -
CMYK 0.38 0 0.28 0.33
HSL 135º 0.27% 0.54% -
HSV(B) 135º 0.38% 0.67% -
XYZ 23.83 33.22 23.57 -
YUV 145.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 106 170 122 0.38 0 0.28 0.33 135 0.27 0.54
Hex 6A AA 7A 26 0 1C 21 87 1B 36
Octal 152 252 172 46 0 34 41 207 33 66
Binary 1101010 10101010 1111010 100110 0 11100 100001 10000111 11011 110110

Color Harmonies of #6AAA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA7A

Black with #6AAA7A

Text Example


Text Example

White with #6AAA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,122); }

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

background-color css

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

 a { background-color: rgb(106,170,122); }

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

border-color css

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

 span { border-color: rgb(106,170,122); }

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