#075138

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

Shades of Sherwood Green #075138

Tints of Sherwood Green #075138

Color information

#075138 (or 0x075138) is unknown color: approx Sherwood Green. HEX triplet: 07, 51 and 38. RGB value is (7,81,56). Sum of RGB (Red+Green+Blue) = 7+81+56=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #075138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075138 is #F8AEC7. Grayscale: #383838. Windows color (decimal): -16297672 or 3690759. OLE color: 3690759.

HSL color Cylindrical-coordinate representation of color #075138: hue angle of 159.73º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075138 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB78156-
CMYK0.9100.310.68
HSL159.73º84.09%17.25%-
HSV(B)159.73º91.36%31.76%-
XYZ3.746.224.74-
YUV56.02127.9893.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 56 (22.27% from 255) = 38.89%
R=4.86%
G=56.25%
B=38.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal781560.9100.310.68159.7384.0917.25
Hex751385B01F44a05411
Octal71217013303710424012421
Binary11110100011110001011011011111100010010100000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075138; }

 p { color: rgb(7,81,56); }

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

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

 a { background-color: rgb(7,81,56); }

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

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

 span { border-color: rgb(7,81,56); }

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