#077124

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

Shades of Crusoe #077124

Tints of Crusoe #077124

Color information

#077124 (or 0x077124) is unknown color: approx Crusoe. HEX triplet: 07, 71 and 24. RGB value is (7,113,36). Sum of RGB (Red+Green+Blue) = 7+113+36=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #077124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077124 is #F88EDB. Grayscale: #484848. Windows color (decimal): -16289500 or 2388231. OLE color: 2388231.

HSL color Cylindrical-coordinate representation of color #077124: hue angle of 136.42º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077124 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB711336-
CMYK0.9400.680.56
HSL136.42º88.33%23.53%-
HSV(B)136.42º93.81%44.31%-
XYZ6.3111.983.65-
YUV72.53107.3881.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 113 (44.53% from 255) = 72.44%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=4.49%
G=72.44%
B=23.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7113360.9400.680.56136.4288.3323.53
Hex771245E04438885818
Octal71614413601047021013030
Binary111111000110010010111100100010011100010001000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077124; }

 p { color: rgb(7,113,36); }

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

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

 a { background-color: rgb(7,113,36); }

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

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

 span { border-color: rgb(7,113,36); }

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