#0A702B

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

Shades of Crusoe #0A702B

Tints of Crusoe #0A702B

Color information

#0A702B (or 0x0A702B) is unknown color: approx Crusoe. HEX triplet: 0A, 70 and 2B. RGB value is (10,112,43). Sum of RGB (Red+Green+Blue) = 10+112+43=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #0A702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A702B is #F58FD4. Grayscale: #494949. Windows color (decimal): -16093141 or 2846730. OLE color: 2846730.

HSL color Cylindrical-coordinate representation of color #0A702B: hue angle of 139.41º degrees, saturation: 0.84, 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 #0A702B is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1011243-
CMYK0.9100.620.56
HSL139.41º83.61%23.92%-
HSV(B)139.41º91.07%43.92%-
XYZ6.3611.834.23-
YUV73.64110.7182.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.06%
GREEN value IS 112 (44.14% from 255) = 67.88%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=6.06%
G=67.88%
B=26.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10112430.9100.620.56139.4183.6123.92
HexA702B5B03E388b5418
Octal12160531330767021312430
Binary101011100001010111011011011111011100010001011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,112,43); }

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

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

 a { background-color: rgb(10,112,43); }

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

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

 span { border-color: rgb(10,112,43); }

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