Html Css Color HEX #6CB17E Bay Leaf

📋 copy color: '#6CB17E'

red 108 ◦ green 177 ◦ blue 126

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

Shades of Bay Leaf #6CB17E

Tints of Bay Leaf #6CB17E

RGB

 RED value IS 108 (42.58% from 255) = 26.28%

 GREEN value IS 177 (69.53% from 255) = 43.07%

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 26.28%
G = 43.07%
B = 30.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#6CB17E (or 0x6CB17E) is known color: Bay Leaf. HEX triplet: 6C, B1 and 7E. RGB value is (108,177,126). Sum of RGB (Red+Green+Blue) = 108+177+126=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CB17E is #934E81. Grayscale: #969696. Windows color (decimal): -9653890 or 8302956. OLE color: 8302956.

HSL color Cylindrical-coordinate representation of color #6CB17E: hue angle of 135.65º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6CB17E is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 177 126 -
CMYK 0.39 0 0.29 0.31
HSL 135.65º 0.31% 0.56% -
HSV(B) 135.65º 0.39% 0.69% -
XYZ 25.67 36.14 25.36 -
YUV 150.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 108 177 126 0.39 0 0.29 0.31 135.65 0.31 0.56
Hex 6C B1 7E 27 0 1D 1F 88 1F 38
Octal 154 261 176 47 0 35 37 210 37 70
Binary 1101100 10110001 1111110 100111 0 11101 11111 10001000 11111 111000

Color Harmonies of #6CB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB17E

Black with #6CB17E

Text Example


Text Example

White with #6CB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,177,126); }

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

background-color css

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

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

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

border-color css

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

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

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