#0F614B

Color #0F614B Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0F614B

Tints of Jewel #0F614B

Color information

#0F614B (or 0x0F614B) is unknown color: approx Jewel. HEX triplet: 0F, 61 and 4B. RGB value is (15,97,75). Sum of RGB (Red+Green+Blue) = 15+97+75=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 97 (38.28% from 255 or 51.87% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 97 - color contains mainly: green. Hex color #0F614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F614B is #F09EB4. Grayscale: #454545. Windows color (decimal): -15769269 or 4940047. OLE color: 4940047.

HSL color Cylindrical-coordinate representation of color #0F614B: hue angle of 163.9º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F614B is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB159775-
CMYK0.8500.230.62
HSL163.9º73.21%21.96%-
HSV(B)163.9º84.54%38.04%-
XYZ5.749.168.12-
YUV69.97130.8388.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 97 (38.28% from 255) = 51.87%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=8.02%
G=51.87%
B=40.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1597750.8500.230.62163.973.2121.96
HexF614B550173Ea44916
Octal171411131250277624411126
Binary111111000011001011101010101011111111010100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F614B; }

 p { color: rgb(15,97,75); }

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

<style>
 a { background-color: #0F614B; }

 a { background-color: rgb(15,97,75); }

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

<style>
 span { border-color: #0F614B; }

 span { border-color: rgb(15,97,75); }

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