Html Css Color HEX #6BA26D Laurel

📋 copy color: '#6BA26D'

red 107 ◦ green 162 ◦ blue 109

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

Shades of Laurel #6BA26D

Tints of Laurel #6BA26D

RGB

 RED value IS 107 (42.19% from 255) = 28.31%

 GREEN value IS 162 (63.67% from 255) = 42.86%

 BLUE value IS 109 (42.97% from 255) = 28.84%

R = 28.31%
G = 42.86%
B = 28.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#6BA26D (or 0x6BA26D) is known color: Laurel. HEX triplet: 6B, A2 and 6D. RGB value is (107,162,109). Sum of RGB (Red+Green+Blue) = 107+162+109=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA26D is #945D92. Grayscale: #8B8B8B. Windows color (decimal): -9723283 or 7185003. OLE color: 7185003.

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

Color convert

RGB 107 162 109 -
CMYK 0.34 0 0.33 0.36
HSL 122.18º 0.23% 0.53% -
HSV(B) 122.18º 0.34% 0.64% -
XYZ 21.74 30.07 19.13 -
YUV 139.51 110.78 104.81 -
System Red Green Blue C M Y K H S L
Decimal 107 162 109 0.34 0 0.33 0.36 122.18 0.23 0.53
Hex 6B A2 6D 22 0 21 24 7A 17 35
Octal 153 242 155 42 0 41 44 172 27 65
Binary 1101011 10100010 1101101 100010 0 100001 100100 1111010 10111 110101

Color Harmonies of #6BA26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA26D

Black with #6BA26D

Text Example


Text Example

White with #6BA26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,162,109); }

 H1.HeaderClassName
 {
   color: #6BA26D;
 }
 .AnyTagClassName
 {
   color: #6BA26D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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