Html Css Color HEX #6BA26B Laurel

📋 copy color: '#6BA26B'

red 107 ◦ green 162 ◦ blue 107

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

Shades of Laurel #6BA26B

Tints of Laurel #6BA26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 28.46%
G = 43.09%
B = 28.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#6BA26B (or 0x6BA26B) is known color: Laurel. HEX triplet: 6B, A2 and 6B. RGB value is (107,162,107). Sum of RGB (Red+Green+Blue) = 107+162+107=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA26B is #945D94. Grayscale: #8B8B8B. Windows color (decimal): -9723285 or 7053931. OLE color: 7053931.

HSL color Cylindrical-coordinate representation of color #6BA26B: 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.34%. Process color model (Four color, CMYK) of #6BA26B is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 162 107 -
CMYK 0.34 0 0.34 0.36
HSL 120º 0.23% 0.53% -
HSV(B) 120º 0.34% 0.64% -
XYZ 21.64 30.03 18.57 -
YUV 139.29 109.78 104.97 -
System Red Green Blue C M Y K H S L
Decimal 107 162 107 0.34 0 0.34 0.36 120 0.23 0.53
Hex 6B A2 6B 22 0 22 24 78 17 35
Octal 153 242 153 42 0 42 44 170 27 65
Binary 1101011 10100010 1101011 100010 0 100010 100100 1111000 10111 110101

Color Harmonies of #6BA26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA26B

Black with #6BA26B

Text Example


Text Example

White with #6BA26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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