Html Css Color HEX #6AA571 Oxley

📋 copy color: '#6AA571'

red 106 ◦ green 165 ◦ blue 113

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

Shades of Oxley #6AA571

Tints of Oxley #6AA571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.97%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 27.6%
G = 42.97%
B = 29.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#6AA571 (or 0x6AA571) is known color: Oxley. HEX triplet: 6A, A5 and 71. RGB value is (106,165,113). Sum of RGB (Red+Green+Blue) = 106+165+113=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA571 is #955A8E. Grayscale: #8D8D8D. Windows color (decimal): -9788047 or 7447914. OLE color: 7447914.

HSL color Cylindrical-coordinate representation of color #6AA571: hue angle of 127.12º 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 #6AA571 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 106 165 113 -
CMYK 0.36 0 0.32 0.35
HSL 127.12º 0.25% 0.53% -
HSV(B) 127.12º 0.36% 0.65% -
XYZ 22.38 31.17 20.46 -
YUV 141.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 106 165 113 0.36 0 0.32 0.35 127.12 0.25 0.53
Hex 6A A5 71 24 0 20 23 7F 19 35
Octal 152 245 161 44 0 40 43 177 31 65
Binary 1101010 10100101 1110001 100100 0 100000 100011 1111111 11001 110101

Color Harmonies of #6AA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA571

Black with #6AA571

Text Example


Text Example

White with #6AA571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,165,113); }

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

background-color css

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

 a { background-color: rgb(106,165,113); }

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

border-color css

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

 span { border-color: rgb(106,165,113); }

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