#0F634B

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

Shades of Jewel #0F634B

Tints of Jewel #0F634B

Color information

#0F634B (or 0x0F634B) is unknown color: approx Jewel. HEX triplet: 0F, 63 and 4B. RGB value is (15,99,75). Sum of RGB (Red+Green+Blue) = 15+99+75=189 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.94% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #0F634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F634B is #F09CB4. Grayscale: #474747. Windows color (decimal): -15768757 or 4940559. OLE color: 4940559.

HSL color Cylindrical-coordinate representation of color #0F634B: hue angle of 162.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F634B is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB159975-
CMYK0.8500.240.61
HSL162.86º73.68%22.35%-
HSV(B)162.86º84.85%38.82%-
XYZ5.939.538.18-
YUV71.15130.1787.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.94%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=7.94%
G=52.38%
B=39.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1599750.8500.240.61162.8673.6822.35
HexF634B550183Da34a16
Octal171431131250307524311226
Binary111111000111001011101010101100011110110100011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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