#6CA26C

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

Shades of Laurel #6CA26C

Tints of Laurel #6CA26C

Color information

#6CA26C (or 0x6CA26C) is unknown color: approx Laurel. HEX triplet: 6C, A2 and 6C. RGB value is (108,162,108). Sum of RGB (Red+Green+Blue) = 108+162+108=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA26C is #935D93. Grayscale: #8B8B8B. Windows color (decimal): -9657748 or 7119468. OLE color: 7119468.

HSL color Cylindrical-coordinate representation of color #6CA26C: hue angle of 120º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA26C is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB108162108-
CMYK0.3300.330.36
HSL120º22.5%52.94%-
HSV(B)120º33.33%63.53%-
XYZ21.8130.1118.85-
YUV139.7110.11105.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.57%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=28.57%
G=42.86%
B=28.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081621080.3300.330.3612022.552.94
Hex6CA26C2102124781735
Octal15424215441041441702765
Binary11011001010001011011001000010100001100100111100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,108); }

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

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

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

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

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

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

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