Html Css Color HEX #6FB384 Bay Leaf

📋 copy color: '#6FB384'

red 111 ◦ green 179 ◦ blue 132

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

Shades of Bay Leaf #6FB384

Tints of Bay Leaf #6FB384

RGB

 RED value IS 111 (43.75% from 255) = 26.3%

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

 BLUE value IS 132 (51.95% from 255) = 31.28%

R = 26.3%
G = 42.42%
B = 31.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#6FB384 (or 0x6FB384) is known color: Bay Leaf. HEX triplet: 6F, B3 and 84. RGB value is (111,179,132). Sum of RGB (Red+Green+Blue) = 111+179+132=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB384 is #904C7B. Grayscale: #999999. Windows color (decimal): -9456764 or 8696687. OLE color: 8696687.

HSL color Cylindrical-coordinate representation of color #6FB384: hue angle of 138.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB384 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 179 132 -
CMYK 0.38 0 0.26 0.30
HSL 138.53º 0.31% 0.57% -
HSV(B) 138.53º 0.38% 0.7% -
XYZ 26.84 37.29 27.61 -
YUV 153.31 115.97 97.82 -
System Red Green Blue C M Y K H S L
Decimal 111 179 132 0.38 0 0.26 0.30 138.53 0.31 0.57
Hex 6F B3 84 26 0 1A 1E 8B 1F 39
Octal 157 263 204 46 0 32 36 213 37 71
Binary 1101111 10110011 10000100 100110 0 11010 11110 10001011 11111 111001

Color Harmonies of #6FB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB384

Black with #6FB384

Text Example


Text Example

White with #6FB384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,179,132); }

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

background-color css

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

 a { background-color: rgb(111,179,132); }

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

border-color css

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

 span { border-color: rgb(111,179,132); }

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