Html Css Color HEX #6CA26C Laurel

📋 copy color: '#6CA26C'

red 108 ◦ green 162 ◦ blue 108

#6CA26C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #6CA26C

Tints of Laurel #6CA26C

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 value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#6CA26C (or 0x6CA26C) is known color: 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.22, 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

RGB 108 162 108 -
CMYK 0.33 0 0.33 0.36
HSL 120º 0.23% 0.53% -
HSV(B) 120º 0.33% 0.64% -
XYZ 21.81 30.11 18.85 -
YUV 139.7 110.11 105.39 -
System Red Green Blue C M Y K H S L
Decimal 108 162 108 0.33 0 0.33 0.36 120 0.23 0.53
Hex 6C A2 6C 21 0 21 24 78 16 35
Octal 154 242 154 41 0 41 44 170 26 65
Binary 1101100 10100010 1101100 100001 0 100001 100100 1111000 10110 110101

Color Harmonies of #6CA26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA26C

Black with #6CA26C

Text Example


Text Example

White with #6CA26C

Text Example


Text Example

HTML Codes & Css Web 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>