#06742D

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

Shades of Crusoe #06742D

Tints of Crusoe #06742D

Color information

#06742D (or 0x06742D) is unknown color: approx Crusoe. HEX triplet: 06, 74 and 2D. RGB value is (6,116,45). Sum of RGB (Red+Green+Blue) = 6+116+45=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #06742D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06742D is #F98BD2. Grayscale: #4B4B4B. Windows color (decimal): -16354259 or 2978822. OLE color: 2978822.

HSL color Cylindrical-coordinate representation of color #06742D: hue angle of 141.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06742D is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB611645-
CMYK0.9500.610.55
HSL141.27º90.16%23.92%-
HSV(B)141.27º94.83%45.49%-
XYZ6.7912.724.58-
YUV75.02111.0678.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 116 (45.70% from 255) = 69.46%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=3.59%
G=69.46%
B=26.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6116450.9500.610.55141.2790.1623.92
Hex6742D5F03D378d5a18
Octal6164551370756721513230
Binary11011101001011011011111011110111011110001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06742D; }

 p { color: rgb(6,116,45); }

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

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

 a { background-color: rgb(6,116,45); }

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

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

 span { border-color: rgb(6,116,45); }

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