#70C384

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

Shades of Bay Leaf #70C384

Tints of Bay Leaf #70C384

Color information

#70C384 (or 0x70C384) is unknown color: approx Bay Leaf. HEX triplet: 70, C3 and 84. RGB value is (112,195,132). Sum of RGB (Red+Green+Blue) = 112+195+132=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #70C384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C384 is #8F3C7B. Grayscale: #A3A3A3. Windows color (decimal): -9387132 or 8700784. OLE color: 8700784.

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

Color convert

RGB112195132-
CMYK0.4300.320.24
HSL134.46º40.89%60.2%-
HSV(B)134.46º42.56%76.47%-
XYZ30.3644.1428.75-
YUV163110.591.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 195 (76.56% from 255) = 44.42%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=25.51%
G=44.42%
B=30.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951320.4300.320.24134.4640.8960.2
Hex70C3842B0201886293c
Octal16030320453040302065174
Binary1110000110000111000010010101101000001100010000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,132); }

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

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

 a { background-color: rgb(112,195,132); }

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

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

 span { border-color: rgb(112,195,132); }

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