#076725

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

Shades of Crusoe #076725

Tints of Crusoe #076725

Color information

#076725 (or 0x076725) is unknown color: approx Crusoe. HEX triplet: 07, 67 and 25. RGB value is (7,103,37). Sum of RGB (Red+Green+Blue) = 7+103+37=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #076725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076725 is #F898DA. Grayscale: #424242. Windows color (decimal): -16292059 or 2451207. OLE color: 2451207.

HSL color Cylindrical-coordinate representation of color #076725: hue angle of 138.75º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076725 is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB710337-
CMYK0.9300.640.60
HSL138.75º87.27%21.57%-
HSV(B)138.75º93.2%40.39%-
XYZ5.279.883.38-
YUV66.77111.285.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 103 (40.62% from 255) = 70.07%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=4.76%
G=70.07%
B=25.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7103370.9300.640.60138.7587.2721.57
Hex767255D0403C8b5716
Octal71474513501007421312726
Binary111110011110010110111010100000011110010001011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076725; }

 p { color: rgb(7,103,37); }

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

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

 a { background-color: rgb(7,103,37); }

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

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

 span { border-color: rgb(7,103,37); }

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