#097D26

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

Shades of Camarone #097D26

Tints of Camarone #097D26

Color information

#097D26 (or 0x097D26) is unknown color: approx Camarone. HEX triplet: 09, 7D and 26. RGB value is (9,125,38). Sum of RGB (Red+Green+Blue) = 9+125+38=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 125 (49.22% from 255 or 72.67% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 125 - color contains mainly: green. Hex color #097D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097D26 is #F682D9. Grayscale: #505050. Windows color (decimal): -16155354 or 2522377. OLE color: 2522377.

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

Color convert

RGB912538-
CMYK0.9300.700.51
HSL135º86.57%26.27%-
HSV(B)135º92.8%49.02%-
XYZ7.814.874.29-
YUV80.4104.0777.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 125 (49.22% from 255) = 72.67%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=5.23%
G=72.67%
B=22.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9125380.9300.700.5113586.5726.27
Hex97D265D0463387571a
Octal111754613501066320712732
Binary1001111110110011010111010100011011001110000111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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