#0F7524

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

Shades of Camarone #0F7524

Tints of Camarone #0F7524

Color information

#0F7524 (or 0x0F7524) is unknown color: approx Camarone. HEX triplet: 0F, 75 and 24. RGB value is (15,117,36). Sum of RGB (Red+Green+Blue) = 15+117+36=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #0F7524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F7524 is #F08ADB. Grayscale: #4D4D4D. Windows color (decimal): -15764188 or 2389263. OLE color: 2389263.

HSL color Cylindrical-coordinate representation of color #0F7524: hue angle of 132.35º 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 #0F7524 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1511736-
CMYK0.8700.690.54
HSL132.35º77.27%25.88%-
HSV(B)132.35º87.18%45.88%-
XYZ6.8812.953.81-
YUV77.27104.7183.59-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 117 (46.09% from 255) = 69.64%
BLUE value IS 36 (14.45% from 255) = 21.43%
R=8.93%
G=69.64%
B=21.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15117360.8700.690.54132.3577.2725.88
HexF75245704536844d1a
Octal171654412701056620411532
Binary1111111010110010010101110100010111011010000100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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