#0A6F30

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

Shades of Crusoe #0A6F30

Tints of Crusoe #0A6F30

Color information

#0A6F30 (or 0x0A6F30) is unknown color: approx Crusoe. HEX triplet: 0A, 6F and 30. RGB value is (10,111,48). Sum of RGB (Red+Green+Blue) = 10+111+48=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 111 (43.75% from 255 or 65.68% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6F30 is #F590CF. Grayscale: #494949. Windows color (decimal): -16093392 or 3174154. OLE color: 3174154.

HSL color Cylindrical-coordinate representation of color #0A6F30: hue angle of 142.57º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F30 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1011148-
CMYK0.9100.570.56
HSL142.57º83.47%23.73%-
HSV(B)142.57º90.99%43.53%-
XYZ6.3411.654.71-
YUV73.62113.5482.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 111 (43.75% from 255) = 65.68%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=5.92%
G=65.68%
B=28.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111480.9100.570.56142.5783.4723.73
HexA6F305B039388f5318
Octal12157601330717021712330
Binary101011011111100001011011011100111100010001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6F30; }

 p { color: rgb(10,111,48); }

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

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

 a { background-color: rgb(10,111,48); }

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

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

 span { border-color: rgb(10,111,48); }

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