#067530

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

Shades of Fun Green #067530

Tints of Fun Green #067530

Color information

#067530 (or 0x067530) is unknown color: approx Fun Green. HEX triplet: 06, 75 and 30. RGB value is (6,117,48). Sum of RGB (Red+Green+Blue) = 6+117+48=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #067530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067530 is #F98ACF. Grayscale: #4C4C4C. Windows color (decimal): -16354000 or 3175686. OLE color: 3175686.

HSL color Cylindrical-coordinate representation of color #067530: hue angle of 142.7º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067530 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB611748-
CMYK0.9500.590.54
HSL142.7º90.24%24.12%-
HSV(B)142.7º94.87%45.88%-
XYZ6.9712.974.93-
YUV75.94112.2378.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 117 (46.09% from 255) = 68.42%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=3.51%
G=68.42%
B=28.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117480.9500.590.54142.790.2424.12
Hex675305F03B368f5a18
Octal6165601370736621713230
Binary11011101011100001011111011101111011010001111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067530; }

 p { color: rgb(6,117,48); }

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

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

 a { background-color: rgb(6,117,48); }

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

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

 span { border-color: rgb(6,117,48); }

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