#3F6160

Color #3F6160 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #3F6160

Tints of Oracle #3F6160

Color information

#3F6160 (or 0x3F6160) is unknown color: approx Oracle. HEX triplet: 3F, 61 and 60. RGB value is (63,97,96). Sum of RGB (Red+Green+Blue) = 63+97+96=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6160 is #C09E9F. Grayscale: #565656. Windows color (decimal): -12623520 or 6316351. OLE color: 6316351.

HSL color Cylindrical-coordinate representation of color #3F6160: hue angle of 178.24º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F6160 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB639796-
CMYK0.3500.010.62
HSL178.24º21.25%31.37%-
HSV(B)178.24º35.05%38.04%-
XYZ8.4410.4512.64-
YUV86.72133.24111.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=24.61%
G=37.89%
B=37.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397960.3500.010.62178.2421.2531.37
Hex3F616023013Eb2151f
Octal771411404301762622537
Binary1111111100001110000010001101111110101100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6160; }

 p { color: rgb(63,97,96); }

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

<style>
 a { background-color: #3F6160; }

 a { background-color: rgb(63,97,96); }

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

<style>
 span { border-color: #3F6160; }

 span { border-color: rgb(63,97,96); }

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