Html Css Color HEX #6FB385 Bay Leaf

📋 copy color: '#6FB385'

red 111 ◦ green 179 ◦ blue 133

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

Shades of Bay Leaf #6FB385

Tints of Bay Leaf #6FB385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.44%

R = 26.24%
G = 42.32%
B = 31.44%

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

#6FB385 (or 0x6FB385) is known color: Bay Leaf. HEX triplet: 6F, B3 and 85. RGB value is (111,179,133). Sum of RGB (Red+Green+Blue) = 111+179+133=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB385 is #904C7A. Grayscale: #999999. Windows color (decimal): -9456763 or 8762223. OLE color: 8762223.

HSL color Cylindrical-coordinate representation of color #6FB385: hue angle of 139.41º 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 #6FB385 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 179 133 -
CMYK 0.38 0 0.26 0.30
HSL 139.41º 0.31% 0.57% -
HSV(B) 139.41º 0.38% 0.7% -
XYZ 26.91 37.31 27.97 -
YUV 153.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 111 179 133 0.38 0 0.26 0.30 139.41 0.31 0.57
Hex 6F B3 85 26 0 1A 1E 8B 1F 39
Octal 157 263 205 46 0 32 36 213 37 71
Binary 1101111 10110011 10000101 100110 0 11010 11110 10001011 11111 111001

Color Harmonies of #6FB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB385

Black with #6FB385

Text Example


Text Example

White with #6FB385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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