Html Css Color HEX #6AAB7B Oxley

📋 copy color: '#6AAB7B'

red 106 ◦ green 171 ◦ blue 123

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

Shades of Oxley #6AAB7B

Tints of Oxley #6AAB7B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.75%

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

R = 26.5%
G = 42.75%
B = 30.75%

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

#6AAB7B (or 0x6AAB7B) is known color: Oxley. HEX triplet: 6A, AB and 7B. RGB value is (106,171,123). Sum of RGB (Red+Green+Blue) = 106+171+123=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB7B is #955484. Grayscale: #929292. Windows color (decimal): -9786501 or 8104810. OLE color: 8104810.

HSL color Cylindrical-coordinate representation of color #6AAB7B: hue angle of 135.69º degrees, saturation: 0.28, 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 #6AAB7B is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 171 123 -
CMYK 0.38 0 0.28 0.33
HSL 135.69º 0.28% 0.54% -
HSV(B) 135.69º 0.38% 0.67% -
XYZ 24.08 33.62 23.96 -
YUV 146.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 106 171 123 0.38 0 0.28 0.33 135.69 0.28 0.54
Hex 6A AB 7B 26 0 1C 21 88 1C 36
Octal 152 253 173 46 0 34 41 210 34 66
Binary 1101010 10101011 1111011 100110 0 11100 100001 10001000 11100 110110

Color Harmonies of #6AAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB7B

Black with #6AAB7B

Text Example


Text Example

White with #6AAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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