#0F752D

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

Shades of Camarone #0F752D

Tints of Camarone #0F752D

Color information

#0F752D (or 0x0F752D) is unknown color: approx Camarone. HEX triplet: 0F, 75 and 2D. RGB value is (15,117,45). Sum of RGB (Red+Green+Blue) = 15+117+45=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #0F752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F752D is #F08AD2. Grayscale: #4E4E4E. Windows color (decimal): -15764179 or 2979087. OLE color: 2979087.

HSL color Cylindrical-coordinate representation of color #0F752D: hue angle of 137.65º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F752D is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1511745-
CMYK0.8700.620.54
HSL137.65º77.27%25.88%-
HSV(B)137.65º87.18%45.88%-
XYZ7.0313.014.62-
YUV78.29109.2182.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.47%
GREEN value IS 117 (46.09% from 255) = 66.10%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=8.47%
G=66.10%
B=25.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15117450.8700.620.54137.6577.2725.88
HexF752D5703E368a4d1a
Octal17165551270766621211532
Binary111111101011011011010111011111011011010001010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,117,45); }

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

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

 a { background-color: rgb(15,117,45); }

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

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

 span { border-color: rgb(15,117,45); }

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