#618D6F

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

Shades of Oxley #618D6F

Tints of Oxley #618D6F

Color information

#618D6F (or 0x618D6F) is unknown color: approx Oxley. HEX triplet: 61, 8D and 6F. RGB value is (97,141,111). Sum of RGB (Red+Green+Blue) = 97+141+111=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #618D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D6F is #9E7290. Grayscale: #7C7C7C. Windows color (decimal): -10384017 or 7310689. OLE color: 7310689.

HSL color Cylindrical-coordinate representation of color #618D6F: hue angle of 139.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D6F is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB97141111-
CMYK0.3100.210.45
HSL139.09º18.49%46.67%-
HSV(B)139.09º31.21%55.29%-
XYZ17.3222.7418.51-
YUV124.42120.42108.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=27.79%
G=40.40%
B=31.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411110.3100.210.45139.0918.4946.67
Hex618D6F1F0152D8b122f
Octal14121515737025552132257
Binary1100001100011011101111111110101011011011000101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618D6F; }

 p { color: rgb(97,141,111); }

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

<style>
 a { background-color: #618D6F; }

 a { background-color: rgb(97,141,111); }

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

<style>
 span { border-color: #618D6F; }

 span { border-color: rgb(97,141,111); }

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