#0F674D

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

Shades of Jewel #0F674D

Tints of Jewel #0F674D

Color information

#0F674D (or 0x0F674D) is unknown color: approx Jewel. HEX triplet: 0F, 67 and 4D. RGB value is (15,103,77). Sum of RGB (Red+Green+Blue) = 15+103+77=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #0F674D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F674D is #F098B2. Grayscale: #494949. Windows color (decimal): -15767731 or 5072655. OLE color: 5072655.

HSL color Cylindrical-coordinate representation of color #0F674D: hue angle of 162.27º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F674D is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1510377-
CMYK0.8500.250.60
HSL162.27º74.58%23.14%-
HSV(B)162.27º85.44%40.39%-
XYZ6.3910.348.68-
YUV73.72129.8586.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 103 (40.62% from 255) = 52.82%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=7.69%
G=52.82%
B=39.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103770.8500.250.60162.2774.5823.14
HexF674D550193Ca24b17
Octal171471151250317424211327
Binary111111001111001101101010101100111110010100010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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