#6FA47B

Color #6FA47B Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #6FA47B

Tints of Oxley #6FA47B

Color information

#6FA47B (or 0x6FA47B) is unknown color: approx Oxley. HEX triplet: 6F, A4 and 7B. RGB value is (111,164,123). Sum of RGB (Red+Green+Blue) = 111+164+123=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA47B is #905B84. Grayscale: #8F8F8F. Windows color (decimal): -9460613 or 8103023. OLE color: 8103023.

HSL color Cylindrical-coordinate representation of color #6FA47B: hue angle of 133.58º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA47B is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB111164123-
CMYK0.3200.250.36
HSL133.58º22.55%53.92%-
HSV(B)133.58º32.32%64.31%-
XYZ23.4131.3623.56-
YUV143.48116.44104.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.89%
GREEN value IS 164 (64.45% from 255) = 41.21%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=27.89%
G=41.21%
B=30.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1111641230.3200.250.36133.5822.5553.92
Hex6FA47B2001924861736
Octal15724417340031442062766
Binary11011111010010011110111000000110011001001000011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,164,123); }

 H1.HeaderClassName
 {
   color: #6FA47B;
 }
 .AnyTagClassName
 {
   color: #6FA47B;
 }
</style>
background-color css

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

 a { background-color: rgb(111,164,123); }

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

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

 span { border-color: rgb(111,164,123); }

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