#087730

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

Shades of Camarone #087730

Tints of Camarone #087730

Color information

#087730 (or 0x087730) is unknown color: approx Camarone. HEX triplet: 08, 77 and 30. RGB value is (8,119,48). Sum of RGB (Red+Green+Blue) = 8+119+48=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #087730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087730 is #F788CF. Grayscale: #4D4D4D. Windows color (decimal): -16222416 or 3176200. OLE color: 3176200.

HSL color Cylindrical-coordinate representation of color #087730: hue angle of 141.62º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087730 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB811948-
CMYK0.9300.600.53
HSL141.62º87.4%24.9%-
HSV(B)141.62º93.28%46.67%-
XYZ7.2313.465.01-
YUV77.72111.2378.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 119 (46.88% from 255) = 68%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=4.57%
G=68%
B=27.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8119480.9300.600.53141.6287.424.9
Hex877305D03C358e5719
Octal10167601350746521612731
Binary100011101111100001011101011110011010110001110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087730; }

 p { color: rgb(8,119,48); }

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

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

 a { background-color: rgb(8,119,48); }

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

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

 span { border-color: rgb(8,119,48); }

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