Html Css Color HEX #6CBA83 Bay Leaf

📋 copy color: '#6CBA83'

red 108 ◦ green 186 ◦ blue 131

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

Shades of Bay Leaf #6CBA83

Tints of Bay Leaf #6CBA83

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

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

R = 25.41%
G = 43.76%
B = 30.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#6CBA83 (or 0x6CBA83) is known color: Bay Leaf. HEX triplet: 6C, BA and 83. RGB value is (108,186,131). Sum of RGB (Red+Green+Blue) = 108+186+131=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBA83 is #93457C. Grayscale: #9C9C9C. Windows color (decimal): -9651581 or 8632940. OLE color: 8632940.

HSL color Cylindrical-coordinate representation of color #6CBA83: hue angle of 137.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CBA83 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 186 131 -
CMYK 0.42 0 0.30 0.27
HSL 137.69º 0.36% 0.58% -
HSV(B) 137.69º 0.42% 0.73% -
XYZ 27.84 39.94 27.72 -
YUV 156.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 108 186 131 0.42 0 0.30 0.27 137.69 0.36 0.58
Hex 6C BA 83 2A 0 1E 1B 8A 24 3A
Octal 154 272 203 52 0 36 33 212 44 72
Binary 1101100 10111010 10000011 101010 0 11110 11011 10001010 100100 111010

Color Harmonies of #6CBA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBA83

Black with #6CBA83

Text Example


Text Example

White with #6CBA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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