Html Css Color HEX #6CBB7F Bay Leaf

📋 copy color: '#6CBB7F'

red 108 ◦ green 187 ◦ blue 127

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

Shades of Bay Leaf #6CBB7F

Tints of Bay Leaf #6CBB7F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

 BLUE value IS 127 (50% from 255) = 30.09%

R = 25.59%
G = 44.31%
B = 30.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#6CBB7F (or 0x6CBB7F) is known color: Bay Leaf. HEX triplet: 6C, BB and 7F. RGB value is (108,187,127). Sum of RGB (Red+Green+Blue) = 108+187+127=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #6CBB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBB7F is #934480. Grayscale: #9C9C9C. Windows color (decimal): -9651329 or 8371052. OLE color: 8371052.

HSL color Cylindrical-coordinate representation of color #6CBB7F: hue angle of 134.43º degrees, saturation: 0.37, 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 #6CBB7F is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 187 127 -
CMYK 0.42 0 0.32 0.27
HSL 134.43º 0.37% 0.58% -
HSV(B) 134.43º 0.42% 0.73% -
XYZ 27.79 40.26 26.39 -
YUV 156.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 108 187 127 0.42 0 0.32 0.27 134.43 0.37 0.58
Hex 6C BB 7F 2A 0 20 1B 86 25 3A
Octal 154 273 177 52 0 40 33 206 45 72
Binary 1101100 10111011 1111111 101010 0 100000 11011 10000110 100101 111010

Color Harmonies of #6CBB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBB7F

Black with #6CBB7F

Text Example


Text Example

White with #6CBB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,187,127); }

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

background-color css

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

 a { background-color: rgb(108,187,127); }

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

border-color css

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

 span { border-color: rgb(108,187,127); }

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