#097D2E

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

Shades of Camarone #097D2E

Tints of Camarone #097D2E

Color information

#097D2E (or 0x097D2E) is unknown color: approx Camarone. HEX triplet: 09, 7D and 2E. RGB value is (9,125,46). Sum of RGB (Red+Green+Blue) = 9+125+46=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 125 (49.22% from 255 or 69.44% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 125 - color contains mainly: green. Hex color #097D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097D2E is #F682D1. Grayscale: #515151. Windows color (decimal): -16155346 or 3046665. OLE color: 3046665.

HSL color Cylindrical-coordinate representation of color #097D2E: hue angle of 139.14º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D2E is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.

Color convert

RGB912546-
CMYK0.9300.630.51
HSL139.14º86.57%26.27%-
HSV(B)139.14º92.8%49.02%-
XYZ7.9414.925.05-
YUV81.31108.0776.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 125 (49.22% from 255) = 69.44%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=5%
G=69.44%
B=25.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9125460.9300.630.51139.1486.5726.27
Hex97D2E5D03F338b571a
Octal11175561350776321312732
Binary100111111011011101011101011111111001110001011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097D2E; }

 p { color: rgb(9,125,46); }

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

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

 a { background-color: rgb(9,125,46); }

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

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

 span { border-color: rgb(9,125,46); }

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