#006D27

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

Shades of Crusoe #006D27

Tints of Crusoe #006D27

Color information

#006D27 (or 0x006D27) is unknown color: approx Crusoe. HEX triplet: 00, 6D and 27. RGB value is (0,109,39). Sum of RGB (Red+Green+Blue) = 0+109+39=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 109 (42.97% from 255 or 73.65% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 109 - color contains mainly: green. Hex color #006D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D27 is #FF92D8. Grayscale: #444444. Windows color (decimal): -16749273 or 2583808. OLE color: 2583808.

HSL color Cylindrical-coordinate representation of color #006D27: hue angle of 141.47º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D27 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB010939-
CMYK100.640.57
HSL141.47º100%21.37%-
HSV(B)141.47º100%42.75%-
XYZ5.8311.083.75-
YUV68.43111.3979.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 109 (42.97% from 255) = 73.65%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=0%
G=73.65%
B=26.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal010939100.640.57141.4710021.37
Hex06D2764040398d6415
Octal01554714401007121514425
Binary0110110110011111001000100000011100110001101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006D27; }

 p { color: rgb(0,109,39); }

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

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

 a { background-color: rgb(0,109,39); }

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

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

 span { border-color: rgb(0,109,39); }

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