#0F643F

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

Shades of Jewel #0F643F

Tints of Jewel #0F643F

Color information

#0F643F (or 0x0F643F) is unknown color: approx Jewel. HEX triplet: 0F, 64 and 3F. RGB value is (15,100,63). Sum of RGB (Red+Green+Blue) = 15+100+63=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 100 (39.45% from 255 or 56.18% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 100 - color contains mainly: green. Hex color #0F643F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F643F is #F09BC0. Grayscale: #464646. Windows color (decimal): -15768513 or 4154383. OLE color: 4154383.

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

Color convert

RGB1510063-
CMYK0.8500.370.61
HSL153.88º73.91%22.55%-
HSV(B)153.88º85%39.22%-
XYZ5.659.576.25-
YUV70.37123.8488.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.43%
GREEN value IS 100 (39.45% from 255) = 56.18%
BLUE value IS 63 (25% from 255) = 35.39%
R=8.43%
G=56.18%
B=35.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal15100630.8500.370.61153.8873.9122.55
HexF643F550253D9a4a17
Octal17144771250457523211227
Binary111111001001111111010101010010111110110011010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,100,63); }

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

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

 a { background-color: rgb(15,100,63); }

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

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

 span { border-color: rgb(15,100,63); }

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