Html Css Color HEX #6CB382 Bay Leaf

📋 copy color: '#6CB382'

red 108 ◦ green 179 ◦ blue 130

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

Shades of Bay Leaf #6CB382

Tints of Bay Leaf #6CB382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 25.9%
G = 42.93%
B = 31.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#6CB382 (or 0x6CB382) is known color: Bay Leaf. HEX triplet: 6C, B3 and 82. RGB value is (108,179,130). Sum of RGB (Red+Green+Blue) = 108+179+130=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB382 is #934C7D. Grayscale: #989898. Windows color (decimal): -9653374 or 8565612. OLE color: 8565612.

HSL color Cylindrical-coordinate representation of color #6CB382: hue angle of 138.59º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB382 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 108 179 130 -
CMYK 0.40 0 0.27 0.30
HSL 138.59º 0.32% 0.56% -
HSV(B) 138.59º 0.4% 0.7% -
XYZ 26.33 37.04 26.88 -
YUV 152.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 108 179 130 0.40 0 0.27 0.30 138.59 0.32 0.56
Hex 6C B3 82 28 0 1B 1E 8B 20 38
Octal 154 263 202 50 0 33 36 213 40 70
Binary 1101100 10110011 10000010 101000 0 11011 11110 10001011 100000 111000

Color Harmonies of #6CB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB382

Black with #6CB382

Text Example


Text Example

White with #6CB382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,179,130); }

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

background-color css

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

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

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

border-color css

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

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

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