Html Css Color HEX #6CB483 Bay Leaf

📋 copy color: '#6CB483'

red 108 ◦ green 180 ◦ blue 131

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

Shades of Bay Leaf #6CB483

Tints of Bay Leaf #6CB483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 25.78%
G = 42.96%
B = 31.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#6CB483 (or 0x6CB483) is known color: Bay Leaf. HEX triplet: 6C, B4 and 83. RGB value is (108,180,131). Sum of RGB (Red+Green+Blue) = 108+180+131=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB483 is #934B7C. Grayscale: #999999. Windows color (decimal): -9653117 or 8631404. OLE color: 8631404.

HSL color Cylindrical-coordinate representation of color #6CB483: hue angle of 139.17º 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 #6CB483 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 180 131 -
CMYK 0.40 0 0.27 0.29
HSL 139.17º 0.32% 0.56% -
HSV(B) 139.17º 0.4% 0.71% -
XYZ 26.6 37.47 27.3 -
YUV 152.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 108 180 131 0.40 0 0.27 0.29 139.17 0.32 0.56
Hex 6C B4 83 28 0 1B 1D 8B 20 38
Octal 154 264 203 50 0 33 35 213 40 70
Binary 1101100 10110100 10000011 101000 0 11011 11101 10001011 100000 111000

Color Harmonies of #6CB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB483

Black with #6CB483

Text Example


Text Example

White with #6CB483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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