Html Css Color HEX #6AA16F Oxley

📋 copy color: '#6AA16F'

red 106 ◦ green 161 ◦ blue 111

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

Shades of Oxley #6AA16F

Tints of Oxley #6AA16F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.59%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 28.04%
G = 42.59%
B = 29.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#6AA16F (or 0x6AA16F) is known color: Oxley. HEX triplet: 6A, A1 and 6F. RGB value is (106,161,111). Sum of RGB (Red+Green+Blue) = 106+161+111=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA16F is #955E90. Grayscale: #8B8B8B. Windows color (decimal): -9789073 or 7315818. OLE color: 7315818.

HSL color Cylindrical-coordinate representation of color #6AA16F: hue angle of 125.45º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6AA16F is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 106 161 111 -
CMYK 0.34 0 0.31 0.37
HSL 125.45º 0.23% 0.52% -
HSV(B) 125.45º 0.34% 0.63% -
XYZ 21.56 29.7 19.64 -
YUV 138.86 112.28 104.57 -
System Red Green Blue C M Y K H S L
Decimal 106 161 111 0.34 0 0.31 0.37 125.45 0.23 0.52
Hex 6A A1 6F 22 0 1F 25 7D 17 34
Octal 152 241 157 42 0 37 45 175 27 64
Binary 1101010 10100001 1101111 100010 0 11111 100101 1111101 10111 110100

Color Harmonies of #6AA16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA16F

Black with #6AA16F

Text Example


Text Example

White with #6AA16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,161,111); }

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

background-color css

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

 a { background-color: rgb(106,161,111); }

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

border-color css

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

 span { border-color: rgb(106,161,111); }

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