#70C183

Color #70C183 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #70C183

Tints of Bay Leaf #70C183

Color information

#70C183 (or 0x70C183) is unknown color: approx Bay Leaf. HEX triplet: 70, C1 and 83. RGB value is (112,193,131). Sum of RGB (Red+Green+Blue) = 112+193+131=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #70C183 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C183 is #8F3E7C. Grayscale: #A1A1A1. Windows color (decimal): -9387645 or 8634736. OLE color: 8634736.

HSL color Cylindrical-coordinate representation of color #70C183: hue angle of 134.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C183 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB112193131-
CMYK0.4200.320.24
HSL134.07º39.51%59.8%-
HSV(B)134.07º41.97%75.69%-
XYZ29.8543.2228.24-
YUV161.71110.6692.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=25.69%
G=44.27%
B=30.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931310.4200.320.24134.0739.5159.8
Hex70C1832A0201886283c
Octal16030120352040302065074
Binary1110000110000011000001110101001000001100010000110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70C183; }

 p { color: rgb(112,193,131); }

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

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

 a { background-color: rgb(112,193,131); }

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

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

 span { border-color: rgb(112,193,131); }

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