#097930

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

Shades of Camarone #097930

Tints of Camarone #097930

Color information

#097930 (or 0x097930) is unknown color: approx Camarone. HEX triplet: 09, 79 and 30. RGB value is (9,121,48). Sum of RGB (Red+Green+Blue) = 9+121+48=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 121 (47.66% from 255 or 67.98% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 121 - color contains mainly: green. Hex color #097930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097930 is #F686CF. Grayscale: #4F4F4F. Windows color (decimal): -16156368 or 3176713. OLE color: 3176713.

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

Color convert

RGB912148-
CMYK0.9300.600.53
HSL140.89º86.15%25.49%-
HSV(B)140.89º92.56%47.45%-
XYZ7.4813.955.09-
YUV79.19110.3977.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 121 (47.66% from 255) = 67.98%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=5.06%
G=67.98%
B=26.97%

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
Decimal9121480.9300.600.53140.8986.1525.49
Hex979305D03C358d5619
Octal11171601350746521512631
Binary100111110011100001011101011110011010110001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097930; }

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

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

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

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

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

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

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

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