#076235

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

Shades of Fun Green #076235

Tints of Fun Green #076235

Color information

#076235 (or 0x076235) is unknown color: approx Fun Green. HEX triplet: 07, 62 and 35. RGB value is (7,98,53). Sum of RGB (Red+Green+Blue) = 7+98+53=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #076235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076235 is #F89DCA. Grayscale: #414141. Windows color (decimal): -16293323 or 3498503. OLE color: 3498503.

HSL color Cylindrical-coordinate representation of color #076235: hue angle of 150.33º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076235 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB79853-
CMYK0.9300.460.62
HSL150.33º86.67%20.59%-
HSV(B)150.33º92.86%38.43%-
XYZ5.19.044.84-
YUV65.66120.8586.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.43%
GREEN value IS 98 (38.67% from 255) = 62.03%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=4.43%
G=62.03%
B=33.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal798530.9300.460.62150.3386.6720.59
Hex762355D02E3E965715
Octal7142651350567622612725
Binary11111000101101011011101010111011111010010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076235; }

 p { color: rgb(7,98,53); }

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

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

 a { background-color: rgb(7,98,53); }

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

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

 span { border-color: rgb(7,98,53); }

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