#09682A

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

Shades of Crusoe #09682A

Tints of Crusoe #09682A

Color information

#09682A (or 0x09682A) is unknown color: approx Crusoe. HEX triplet: 09, 68 and 2A. RGB value is (9,104,42). Sum of RGB (Red+Green+Blue) = 9+104+42=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #09682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09682A is #F697D5. Grayscale: #444444. Windows color (decimal): -16160726 or 2779145. OLE color: 2779145.

HSL color Cylindrical-coordinate representation of color #09682A: hue angle of 140.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09682A is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB910442-
CMYK0.9100.600.59
HSL140.84º84.07%22.16%-
HSV(B)140.84º91.35%40.78%-
XYZ5.4810.133.86-
YUV68.53113.0385.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 104 (41.02% from 255) = 67.10%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=5.81%
G=67.10%
B=27.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104420.9100.600.59140.8484.0722.16
Hex9682A5B03C3B8d5416
Octal11150521330747321512426
Binary100111010001010101011011011110011101110001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09682A; }

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

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

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

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

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

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

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

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