#006125

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

Shades of Crusoe #006125

Tints of Crusoe #006125

Color information

#006125 (or 0x006125) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 25. RGB value is (0,97,37). Sum of RGB (Red+Green+Blue) = 0+97+37=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #006125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006125 is #FF9EDA. Grayscale: #3D3D3D. Windows color (decimal): -16752347 or 2449664. OLE color: 2449664.

HSL color Cylindrical-coordinate representation of color #006125: hue angle of 142.89º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006125 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB09737-
CMYK100.620.62
HSL142.89º100%19.02%-
HSV(B)142.89º100%38.04%-
XYZ4.618.683.18-
YUV61.16114.3684.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 72.39%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=0%
G=72.39%
B=27.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09737100.620.62142.8910019.02
Hex061256403E3E8f6413
Octal0141451440767621714423
Binary011000011001011100100011111011111010001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006125; }

 p { color: rgb(0,97,37); }

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

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

 a { background-color: rgb(0,97,37); }

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

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

 span { border-color: rgb(0,97,37); }

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