#097A30

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

Shades of Camarone #097A30

Tints of Camarone #097A30

Color information

#097A30 (or 0x097A30) is unknown color: approx Camarone. HEX triplet: 09, 7A and 30. RGB value is (9,122,48). Sum of RGB (Red+Green+Blue) = 9+122+48=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 122 (48.05% from 255 or 68.16% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 122 - color contains mainly: green. Hex color #097A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097A30 is #F685CF. Grayscale: #4F4F4F. Windows color (decimal): -16156112 or 3176969. OLE color: 3176969.

HSL color Cylindrical-coordinate representation of color #097A30: hue angle of 140.71º degrees, saturation: 0.86, 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 #097A30 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB912248-
CMYK0.9300.610.52
HSL140.71º86.26%25.69%-
HSV(B)140.71º92.62%47.84%-
XYZ7.6114.195.13-
YUV79.78110.0677.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 122 (48.05% from 255) = 68.16%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=5.03%
G=68.16%
B=26.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9122480.9300.610.52140.7186.2625.69
Hex97A305D03D348d561a
Octal11172601350756421512632
Binary100111110101100001011101011110111010010001101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,122,48); }

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

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

 a { background-color: rgb(9,122,48); }

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

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

 span { border-color: rgb(9,122,48); }

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