#088613

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

Shades of Green #088613

Tints of Green #088613

Color information

#088613 (or 0x088613) is unknown color: approx Green. HEX triplet: 08, 86 and 13. RGB value is (8,134,19). Sum of RGB (Red+Green+Blue) = 8+134+19=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 134 (52.73% from 255 or 83.23% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 134 - color contains mainly: green. Hex color #088613 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088613 is #F779EC. Grayscale: #535353. Windows color (decimal): -16218605 or 1279496. OLE color: 1279496.

HSL color Cylindrical-coordinate representation of color #088613: hue angle of 125.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088613 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB813419-
CMYK0.9400.860.47
HSL125.24º88.73%27.84%-
HSV(B)125.24º94.03%52.55%-
XYZ8.7417.153.47-
YUV83.2291.7674.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 134 (52.73% from 255) = 83.23%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=4.97%
G=83.23%
B=11.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8134190.9400.860.47125.2488.7327.84
Hex886135E0562F7d591c
Octal102062313601265717513134
Binary100010000110100111011110010101101011111111101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088613; }

 p { color: rgb(8,134,19); }

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

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

 a { background-color: rgb(8,134,19); }

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

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

 span { border-color: rgb(8,134,19); }

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