#068303

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

Shades of Green #068303

Tints of Green #068303

Color information

#068303 (or 0x068303) is unknown color: approx Green. HEX triplet: 06, 83 and 03. RGB value is (6,131,3). Sum of RGB (Red+Green+Blue) = 6+131+3=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 131 (51.56% from 255 or 93.57% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 131 - color contains mainly: green. Hex color #068303 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068303 is #F97CFC. Grayscale: #4F4F4F. Windows color (decimal): -16350461 or 230150. OLE color: 230150.

HSL color Cylindrical-coordinate representation of color #068303: hue angle of 118.59º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068303 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB61313-
CMYK0.9500.980.49
HSL118.59º95.52%26.27%-
HSV(B)118.59º97.71%51.37%-
XYZ8.2116.282.8-
YUV79.0385.0975.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 131 (51.56% from 255) = 93.57%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=4.29%
G=93.57%
B=2.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal613130.9500.980.49118.5995.5226.27
Hex68335F0623177601a
Octal6203313701426116714032
Binary11010000011111011111011000101100011110111110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068303; }

 p { color: rgb(6,131,3); }

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

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

 a { background-color: rgb(6,131,3); }

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

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

 span { border-color: rgb(6,131,3); }

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