#087B2E

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

Shades of Camarone #087B2E

Tints of Camarone #087B2E

Color information

#087B2E (or 0x087B2E) is unknown color: approx Camarone. HEX triplet: 08, 7B and 2E. RGB value is (8,123,46). Sum of RGB (Red+Green+Blue) = 8+123+46=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 123 (48.44% from 255 or 69.49% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 123 - color contains mainly: green. Hex color #087B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087B2E is #F784D1. Grayscale: #505050. Windows color (decimal): -16221394 or 3046152. OLE color: 3046152.

HSL color Cylindrical-coordinate representation of color #087B2E: hue angle of 139.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B2E is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB812346-
CMYK0.9300.630.52
HSL139.83º87.79%25.69%-
HSV(B)139.83º93.5%48.24%-
XYZ7.6814.414.96-
YUV79.84108.976.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.52%
GREEN value IS 123 (48.44% from 255) = 69.49%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=4.52%
G=69.49%
B=25.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8123460.9300.630.52139.8387.7925.69
Hex87B2E5D03F348c581a
Octal10173561350776421413032
Binary100011110111011101011101011111111010010001100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087B2E; }

 p { color: rgb(8,123,46); }

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

<style>
 a { background-color: #087B2E; }

 a { background-color: rgb(8,123,46); }

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

<style>
 span { border-color: #087B2E; }

 span { border-color: rgb(8,123,46); }

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