#075135

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

Shades of County Green #075135

Tints of County Green #075135

Color information

#075135 (or 0x075135) is unknown color: approx County Green. HEX triplet: 07, 51 and 35. RGB value is (7,81,53). Sum of RGB (Red+Green+Blue) = 7+81+53=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #075135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075135 is #F8AECA. Grayscale: #373737. Windows color (decimal): -16297675 or 3494151. OLE color: 3494151.

HSL color Cylindrical-coordinate representation of color #075135: hue angle of 157.3º 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 #075135 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB78153-
CMYK0.9100.350.68
HSL157.3º84.09%17.25%-
HSV(B)157.3º91.36%31.76%-
XYZ3.676.194.37-
YUV55.68126.4893.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=4.96%
G=57.45%
B=37.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal781530.9100.350.68157.384.0917.25
Hex751355B023449d5411
Octal71216513304310423512421
Binary111101000111010110110110100011100010010011101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075135; }

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

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

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

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

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

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

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

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