#067125

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

Shades of Crusoe #067125

Tints of Crusoe #067125

Color information

#067125 (or 0x067125) is unknown color: approx Crusoe. HEX triplet: 06, 71 and 25. RGB value is (6,113,37). Sum of RGB (Red+Green+Blue) = 6+113+37=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #067125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067125 is #F98EDA. Grayscale: #484848. Windows color (decimal): -16355035 or 2453766. OLE color: 2453766.

HSL color Cylindrical-coordinate representation of color #067125: hue angle of 137.38º 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 #067125 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB611337-
CMYK0.9500.670.56
HSL137.38º89.92%23.33%-
HSV(B)137.38º94.69%44.31%-
XYZ6.3111.983.73-
YUV72.34108.0580.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 113 (44.53% from 255) = 72.44%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=3.85%
G=72.44%
B=23.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113370.9500.670.56137.3889.9223.33
Hex671255F04338895a17
Octal61614513701037021113227
Binary110111000110010110111110100001111100010001001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067125; }

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

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

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

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

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

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

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

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