#075F0C

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

Shades of Green #075F0C

Tints of Green #075F0C

Color information

#075F0C (or 0x075F0C) is unknown color: approx Green. HEX triplet: 07, 5F and 0C. RGB value is (7,95,12). Sum of RGB (Red+Green+Blue) = 7+95+12=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 95 (37.5% from 255 or 83.33% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 95 - color contains mainly: green. Hex color #075F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075F0C is #F8A0F3. Grayscale: #3B3B3B. Windows color (decimal): -16294132 or 810759. OLE color: 810759.

HSL color Cylindrical-coordinate representation of color #075F0C: hue angle of 123.41º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075F0C is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB79512-
CMYK0.9300.870.63
HSL123.41º86.27%20%-
HSV(B)123.41º92.63%37.25%-
XYZ4.258.261.72-
YUV59.23101.3590.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 95 (37.5% from 255) = 83.33%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=6.14%
G=83.33%
B=10.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal795120.9300.870.63123.4186.2720
Hex75FC5D0573F7b5614
Octal71371413501277717312624
Binary111101111111001011101010101111111111111011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075F0C; }

 p { color: rgb(7,95,12); }

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

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

 a { background-color: rgb(7,95,12); }

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

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

 span { border-color: rgb(7,95,12); }

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