Html Css Color HEX #6AAD7B Oxley

📋 copy color: '#6AAD7B'

red 106 ◦ green 173 ◦ blue 123

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

Shades of Oxley #6AAD7B

Tints of Oxley #6AAD7B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.03%

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

R = 26.37%
G = 43.03%
B = 30.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#6AAD7B (or 0x6AAD7B) is known color: Oxley. HEX triplet: 6A, AD and 7B. RGB value is (106,173,123). Sum of RGB (Red+Green+Blue) = 106+173+123=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAD7B is #955284. Grayscale: #939393. Windows color (decimal): -9785989 or 8105322. OLE color: 8105322.

HSL color Cylindrical-coordinate representation of color #6AAD7B: hue angle of 135.22º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAD7B is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 173 123 -
CMYK 0.39 0 0.29 0.32
HSL 135.22º 0.29% 0.55% -
HSV(B) 135.22º 0.39% 0.68% -
XYZ 24.46 34.38 24.09 -
YUV 147.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 106 173 123 0.39 0 0.29 0.32 135.22 0.29 0.55
Hex 6A AD 7B 27 0 1D 20 87 1D 37
Octal 152 255 173 47 0 35 40 207 35 67
Binary 1101010 10101101 1111011 100111 0 11101 100000 10000111 11101 110111

Color Harmonies of #6AAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAD7B

Black with #6AAD7B

Text Example


Text Example

White with #6AAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,173,123); }

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

background-color css

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

 a { background-color: rgb(106,173,123); }

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

border-color css

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

 span { border-color: rgb(106,173,123); }

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