Html Css Color HEX #6CB482 Bay Leaf

📋 copy color: '#6CB482'

red 108 ◦ green 180 ◦ blue 130

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

Shades of Bay Leaf #6CB482

Tints of Bay Leaf #6CB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.06%

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

R = 25.84%
G = 43.06%
B = 31.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#6CB482 (or 0x6CB482) is known color: Bay Leaf. HEX triplet: 6C, B4 and 82. RGB value is (108,180,130). Sum of RGB (Red+Green+Blue) = 108+180+130=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB482 is #934B7D. Grayscale: #989898. Windows color (decimal): -9653118 or 8565868. OLE color: 8565868.

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

Color convert

RGB 108 180 130 -
CMYK 0.40 0 0.28 0.29
HSL 138.33º 0.32% 0.56% -
HSV(B) 138.33º 0.4% 0.71% -
XYZ 26.53 37.44 26.95 -
YUV 152.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 108 180 130 0.40 0 0.28 0.29 138.33 0.32 0.56
Hex 6C B4 82 28 0 1C 1D 8A 20 38
Octal 154 264 202 50 0 34 35 212 40 70
Binary 1101100 10110100 10000010 101000 0 11100 11101 10001010 100000 111000

Color Harmonies of #6CB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB482

Black with #6CB482

Text Example


Text Example

White with #6CB482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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