#097D2A

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

Shades of Camarone #097D2A

Tints of Camarone #097D2A

Color information

#097D2A (or 0x097D2A) is unknown color: approx Camarone. HEX triplet: 09, 7D and 2A. RGB value is (9,125,42). Sum of RGB (Red+Green+Blue) = 9+125+42=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 125 (49.22% from 255 or 71.02% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 125 - color contains mainly: green. Hex color #097D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097D2A is #F682D5. Grayscale: #515151. Windows color (decimal): -16155350 or 2784521. OLE color: 2784521.

HSL color Cylindrical-coordinate representation of color #097D2A: hue angle of 137.07º 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 #097D2A is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB912542-
CMYK0.9300.660.51
HSL137.07º86.57%26.27%-
HSV(B)137.07º92.8%49.02%-
XYZ7.8614.894.65-
YUV80.85106.0776.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 125 (49.22% from 255) = 71.02%
BLUE value IS 42 (16.80% from 255) = 23.86%
R=5.11%
G=71.02%
B=23.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9125420.9300.660.51137.0786.5726.27
Hex97D2A5D0423389571a
Octal111755213501026321112732
Binary1001111110110101010111010100001011001110001001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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