#076231

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

Shades of Crusoe #076231

Tints of Crusoe #076231

Color information

#076231 (or 0x076231) is unknown color: approx Crusoe. HEX triplet: 07, 62 and 31. RGB value is (7,98,49). Sum of RGB (Red+Green+Blue) = 7+98+49=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #076231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076231 is #F89DCE. Grayscale: #414141. Windows color (decimal): -16293327 or 3236359. OLE color: 3236359.

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

Color convert

RGB79849-
CMYK0.9300.50.62
HSL147.69º86.67%20.59%-
HSV(B)147.69º92.86%38.43%-
XYZ5.0194.38-
YUV65.2118.8586.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.55%
GREEN value IS 98 (38.67% from 255) = 63.64%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=4.55%
G=63.64%
B=31.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798490.9300.50.62147.6986.6720.59
Hex762315D0323E945715
Octal7142611350627622412725
Binary11111000101100011011101011001011111010010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076231; }

 p { color: rgb(7,98,49); }

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

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

 a { background-color: rgb(7,98,49); }

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

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

 span { border-color: rgb(7,98,49); }

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