#076924

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

Shades of Crusoe #076924

Tints of Crusoe #076924

Color information

#076924 (or 0x076924) is unknown color: approx Crusoe. HEX triplet: 07, 69 and 24. RGB value is (7,105,36). Sum of RGB (Red+Green+Blue) = 7+105+36=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #076924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076924 is #F896DB. Grayscale: #444444. Windows color (decimal): -16291548 or 2386183. OLE color: 2386183.

HSL color Cylindrical-coordinate representation of color #076924: hue angle of 137.76º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076924 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB710536-
CMYK0.9300.660.59
HSL137.76º87.5%21.96%-
HSV(B)137.76º93.33%41.18%-
XYZ5.4610.283.36-
YUV67.83110.0384.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 105 (41.41% from 255) = 70.95%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=4.73%
G=70.95%
B=24.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7105360.9300.660.59137.7687.521.96
Hex769245D0423B8a5816
Octal71514413501027321213026
Binary111110100110010010111010100001011101110001010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076924; }

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

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

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

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

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

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

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

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