#6CAD83

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

Shades of Bay Leaf #6CAD83

Tints of Bay Leaf #6CAD83

Color information

#6CAD83 (or 0x6CAD83) is unknown color: approx Bay Leaf. HEX triplet: 6C, AD and 83. RGB value is (108,173,131). Sum of RGB (Red+Green+Blue) = 108+173+131=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAD83 is #93527C. Grayscale: #949494. Windows color (decimal): -9654909 or 8629612. OLE color: 8629612.

HSL color Cylindrical-coordinate representation of color #6CAD83: hue angle of 141.23º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAD83 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB108173131-
CMYK0.3800.240.32
HSL141.23º28.38%55.1%-
HSV(B)141.23º37.57%67.84%-
XYZ25.2234.7126.84-
YUV148.78117.9798.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=26.21%
G=41.99%
B=31.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081731310.3800.240.32141.2328.3855.1
Hex6CAD8326018208d1c37
Octal15425520346030402153467
Binary110110010101101100000111001100110001000001000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CAD83; }

 p { color: rgb(108,173,131); }

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

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

 a { background-color: rgb(108,173,131); }

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

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

 span { border-color: rgb(108,173,131); }

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