#0F782E

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

Shades of Camarone #0F782E

Tints of Camarone #0F782E

Color information

#0F782E (or 0x0F782E) is unknown color: approx Camarone. HEX triplet: 0F, 78 and 2E. RGB value is (15,120,46). Sum of RGB (Red+Green+Blue) = 15+120+46=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #0F782E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F782E is #F087D1. Grayscale: #505050. Windows color (decimal): -15763410 or 3045391. OLE color: 3045391.

HSL color Cylindrical-coordinate representation of color #0F782E: hue angle of 137.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F782E is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1512046-
CMYK0.8700.620.53
HSL137.71º77.78%26.47%-
HSV(B)137.71º87.5%47.06%-
XYZ7.4113.734.84-
YUV80.17108.7181.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.29%
GREEN value IS 120 (47.27% from 255) = 66.30%
BLUE value IS 46 (18.36% from 255) = 25.41%
R=8.29%
G=66.30%
B=25.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15120460.8700.620.53137.7177.7826.47
HexF782E5703E358a4e1a
Octal17170561270766521211632
Binary111111110001011101010111011111011010110001010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,46); }

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

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

 a { background-color: rgb(15,120,46); }

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

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

 span { border-color: rgb(15,120,46); }

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