#065F25

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

Shades of Crusoe #065F25

Tints of Crusoe #065F25

Color information

#065F25 (or 0x065F25) is unknown color: approx Crusoe. HEX triplet: 06, 5F and 25. RGB value is (6,95,37). Sum of RGB (Red+Green+Blue) = 6+95+37=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 95 (37.5% from 255 or 68.84% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 95 - color contains mainly: green. Hex color #065F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065F25 is #F9A0DA. Grayscale: #3D3D3D. Windows color (decimal): -16359643 or 2449158. OLE color: 2449158.

HSL color Cylindrical-coordinate representation of color #065F25: hue angle of 140.9º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065F25 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB69537-
CMYK0.9400.610.63
HSL140.9º88.12%19.8%-
HSV(B)140.9º93.68%37.25%-
XYZ4.58.363.13-
YUV61.78114.0188.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 95 (37.5% from 255) = 68.84%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=4.35%
G=68.84%
B=26.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal695370.9400.610.63140.988.1219.8
Hex65F255E03D3F8d5814
Octal6137451360757721513024
Binary11010111111001011011110011110111111110001101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065F25; }

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

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

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

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

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

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

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

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