#067127

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

Shades of Crusoe #067127

Tints of Crusoe #067127

Color information

#067127 (or 0x067127) is unknown color: approx Crusoe. HEX triplet: 06, 71 and 27. RGB value is (6,113,39). Sum of RGB (Red+Green+Blue) = 6+113+39=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #067127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067127 is #F98ED8. Grayscale: #484848. Windows color (decimal): -16355033 or 2584838. OLE color: 2584838.

HSL color Cylindrical-coordinate representation of color #067127: hue angle of 138.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067127 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB611339-
CMYK0.9500.650.56
HSL138.5º89.92%23.33%-
HSV(B)138.5º94.69%44.31%-
XYZ6.35123.9-
YUV72.57109.0580.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 113 (44.53% from 255) = 71.52%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=3.80%
G=71.52%
B=24.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113390.9500.650.56138.589.9223.33
Hex671275F041388b5a17
Octal61614713701017021313227
Binary110111000110011110111110100000111100010001011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067127; }

 p { color: rgb(6,113,39); }

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

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

 a { background-color: rgb(6,113,39); }

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

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

 span { border-color: rgb(6,113,39); }

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