#0F694D

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

Shades of Jewel #0F694D

Tints of Jewel #0F694D

Color information

#0F694D (or 0x0F694D) is unknown color: approx Jewel. HEX triplet: 0F, 69 and 4D. RGB value is (15,105,77). Sum of RGB (Red+Green+Blue) = 15+105+77=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #0F694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F694D is #F096B2. Grayscale: #4A4A4A. Windows color (decimal): -15767219 or 5073167. OLE color: 5073167.

HSL color Cylindrical-coordinate representation of color #0F694D: hue angle of 161.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F694D is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1510577-
CMYK0.8600.270.59
HSL161.33º75%23.53%-
HSV(B)161.33º85.71%41.18%-
XYZ6.5910.748.75-
YUV74.9129.1885.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.61%
GREEN value IS 105 (41.41% from 255) = 53.30%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=7.61%
G=53.30%
B=39.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15105770.8600.270.59161.337523.53
HexF694D5601B3Ba14b18
Octal171511151260337324111330
Binary111111010011001101101011001101111101110100001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,105,77); }

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

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

 a { background-color: rgb(15,105,77); }

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

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

 span { border-color: rgb(15,105,77); }

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